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

Function all_default_aggregate_functions

datafusion/spark/src/lib.rs:202–204  ·  view source on GitHub ↗

Returns all default aggregate functions

()

Source from the content-addressed store, hash-verified

200
201/// Returns all default aggregate functions
202pub fn all_default_aggregate_functions() -> Vec<Arc<AggregateUDF>> {
203 function::aggregate::functions()
204}
205
206/// Returns all default window functions
207pub fn all_default_window_functions() -> Vec<Arc<WindowUDF>> {

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…