You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge?
Currently with the function registry trait you can register a user defined sql planner to the FunctionRegistry but there is no ability to get a list of registered user defined sql planners.
Is your feature request related to a problem or challenge?
Currently with the function registry trait you can register a user defined sql planner to the FunctionRegistry but there is no ability to get a list of registered user defined sql planners.
Describe the solution you'd like
fn user_defined_sql_planners(&self) -> Vec<Arc<dyn UserDefinedSQLPlanner>>
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: