Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
impl 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_types
Method · 0.45
lambda_parameters
Method · 0.45
return_field_from_args
Method · 0.45
invoke_with_args
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected