Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ udafs
Method
udafs
datafusion/expr/src/registry.rs:272–274 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
270
}
271
272
fn udafs(&self) -> HashSet<String> {
273
self.udafs.keys().cloned().collect()
274
}
275
276
fn udwfs(&self) -> HashSet<String> {
277
self.udwfs.keys().cloned().collect()
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