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

Method udaf_names

datafusion/sql/src/expr/mod.rs:1449–1451  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1447 }
1448
1449 fn udaf_names(&self) -> Vec<String> {
1450 vec!["sum".to_string()]
1451 }
1452
1453 fn udwf_names(&self) -> Vec<String> {
1454 Vec::new()

Callers 1

suggest_valid_functionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected