SteveLauC commented on code in PR #9407:
URL: https://github.com/apache/arrow-datafusion/pull/9407#discussion_r1518806508
##########
datafusion/sql/src/planner.rs:
##########
@@ -85,6 +85,10 @@ pub trait ContextProvider {
/// Get configuration options
fn options(&self) -> &ConfigOptions;
+
+ fn udfs(&self) -> HashMap<String, Arc<ScalarUDF>>;
Review Comment:
Do you want this function to return a `Vec<&str>` or `Vec<String>`, the
suggested change uses `Vec<&str>`, but the `table_names()` function in the
referenced link uses `Vec<String>`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]