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

Method higher_order_functions

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

Source from the content-addressed store, hash-verified

145 }
146
147 pub fn higher_order_functions(&self) -> &HashMap<String, Arc<HigherOrderUDF>> {
148 &self.higher_order_functions
149 }
150
151 pub fn aggregate_functions(&self) -> &HashMap<String, Arc<AggregateUDF>> {
152 &self.aggregate_functions

Callers 1

fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected