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

Method scalar_functions

datafusion/ffi/src/session/mod.rs:589–591  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

587 }
588
589 fn scalar_functions(&self) -> &HashMap<String, Arc<ScalarUDF>> {
590 &self.scalar_functions
591 }
592
593 fn higher_order_functions(&self) -> &HashMap<String, Arc<HigherOrderUDF>> {
594 &self.higher_order_functions

Callers 3

test_ffi_sessionFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_ffi_sessionFunction · 0.36