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

Method scalar_functions

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

Source from the content-addressed store, hash-verified

141 }
142
143 pub fn scalar_functions(&self) -> &HashMap<String, Arc<ScalarUDF>> {
144 &self.scalar_functions
145 }
146
147 pub fn higher_order_functions(&self) -> &HashMap<String, Arc<HigherOrderUDF>> {
148 &self.higher_order_functions

Callers 2

with_spark_featuresMethod · 0.45
fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected