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

Method name

datafusion/functions-nested/src/array_transform.rs:93–95  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

91
92impl HigherOrderUDFImpl for ArrayTransform {
93 fn name(&self) -> &str {
94 "array_transform"
95 }
96
97 fn aliases(&self) -> &[String] {
98 &self.aliases

Callers 4

coerce_value_typesMethod · 0.45
lambda_parametersMethod · 0.45
invoke_with_argsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected