MCPcopy Create free account
hub / github.com/apache/datafusion / all_default_table_functions

Function all_default_table_functions

datafusion/spark/src/lib.rs:212–214  ·  view source on GitHub ↗

Returns all default table functions

()

Source from the content-addressed store, hash-verified

210
211/// Returns all default table functions
212pub fn all_default_table_functions() -> Vec<Arc<TableFunction>> {
213 function::table::functions()
214}
215
216/// Registers all enabled packages with a [`FunctionRegistry`], overriding any existing
217/// functions if there is a name clash.

Callers 2

with_spark_featuresMethod · 0.70

Calls 1

functionsFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…