Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
210
impl 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_session
Function · 0.45
Calls
2
collect
Method · 0.80
cloned
Method · 0.45
Tested by
1
test_ffi_session
Function · 0.36