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

Method get_function_meta

datafusion/sql/src/expr/mod.rs:1414–1416  ·  view source on GitHub ↗
(&self, _name: &str)

Source from the content-addressed store, hash-verified

1412 }
1413
1414 fn get_function_meta(&self, _name: &str) -> Option<Arc<ScalarUDF>> {
1415 None
1416 }
1417
1418 fn get_higher_order_meta(&self, _name: &str) -> Option<Arc<HigherOrderUDF>> {
1419 None

Callers 3

sql_trim_to_exprMethod · 0.45
sql_function_to_exprMethod · 0.45
sql_fn_name_to_exprMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected