MCPcopy 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_sessionFunction · 0.45

Calls 2

collectMethod · 0.80
clonedMethod · 0.45

Tested by 1

test_ffi_sessionFunction · 0.36