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

Method function_factory

datafusion/core/src/execution/session_state.rs:402–404  ·  view source on GitHub ↗

Get the function factory

(&self)

Source from the content-addressed store, hash-verified

400
401 /// Get the function factory
402 pub fn function_factory(&self) -> Option<&Arc<dyn FunctionFactory>> {
403 self.function_factory.as_ref()
404 }
405
406 /// Register a [`CacheFactory`] for custom caching strategy
407 pub fn set_cache_factory(&mut self, cache_factory: Arc<dyn CacheFactory>) {

Callers 1

create_functionMethod · 0.80

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected