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

Method higher_order_function_names

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

Source from the content-addressed store, hash-verified

1443 }
1444
1445 fn higher_order_function_names(&self) -> Vec<String> {
1446 Vec::new()
1447 }
1448
1449 fn udaf_names(&self) -> Vec<String> {
1450 vec!["sum".to_string()]

Callers 1

suggest_valid_functionFunction · 0.45

Calls 1

newFunction · 0.85

Tested by

no test coverage detected