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

Method udfs

datafusion/expr/src/registry.rs:211–213  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

209
210impl FunctionRegistry for MemoryFunctionRegistry {
211 fn udfs(&self) -> HashSet<String> {
212 self.udfs.keys().cloned().collect()
213 }
214
215 fn udf(&self, name: &str) -> Result<Arc<ScalarUDF>> {
216 self.udfs

Callers 1

test_ffi_sessionFunction · 0.45

Calls 2

collectMethod · 0.80
clonedMethod · 0.45

Tested by 1

test_ffi_sessionFunction · 0.36