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

Function all_default_window_functions

datafusion/spark/src/lib.rs:207–209  ·  view source on GitHub ↗

Returns all default window functions

()

Source from the content-addressed store, hash-verified

205
206/// Returns all default window functions
207pub fn all_default_window_functions() -> Vec<Arc<WindowUDF>> {
208 function::window::functions()
209}
210
211/// Returns all default table functions
212pub fn all_default_table_functions() -> Vec<Arc<TableFunction>> {

Callers 3

register_allFunction · 0.70
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…