2010YOUY01 commented on code in PR #13540:
URL: https://github.com/apache/datafusion/pull/13540#discussion_r1864147468
##########
datafusion/core/src/execution/session_state_defaults.rs:
##########
@@ -119,6 +120,11 @@ impl SessionStateDefaults {
functions_window::all_default_window_functions()
}
+ /// returns the list of default [`TableFunction`]s
+ pub fn default_table_functions() -> Vec<Arc<TableFunction>> {
+ functions_table::all_default_table_functions()
+ }
+
Review Comment:
This is a good idea, updated
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]