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

Method aggregate_functions

datafusion/execution/src/task.rs:151–153  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

149 }
150
151 pub fn aggregate_functions(&self) -> &HashMap<String, Arc<AggregateUDF>> {
152 &self.aggregate_functions
153 }
154
155 pub fn window_functions(&self) -> &HashMap<String, Arc<WindowUDF>> {
156 &self.window_functions

Callers 2

with_spark_featuresMethod · 0.45
fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected