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

Method udf_names

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

Source from the content-addressed store, hash-verified

1439 }
1440
1441 fn udf_names(&self) -> Vec<String> {
1442 Vec::new()
1443 }
1444
1445 fn higher_order_function_names(&self) -> Vec<String> {
1446 Vec::new()

Callers 1

suggest_valid_functionFunction · 0.45

Calls 1

newFunction · 0.85

Tested by

no test coverage detected