Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ alias
Method
alias
datafusion/physical-expr/src/aggregate.rs:111–113 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
109
}
110
111
fn alias(&self) -> Option<&str> {
112
self.alias.as_deref()
113
}
114
}
115
116
/// Builder for physical [`AggregateFunctionExpr`]
Callers
15
build
Method · 0.45
with_beneficial_ordering
Method · 0.45
reverse_expr
Method · 0.45
test_median_agg_expr
Function · 0.45
test_first_value_agg_expr
Function · 0.45
test_last_value_agg_expr
Function · 0.45
first_value_agg_expr
Function · 0.45
test_get_finest_requirements
Function · 0.45
create_window_expr
Function · 0.45
try_into_logical_plan
Method · 0.45
try_into_aggregate_physical_plan
Method · 0.45
roundtrip_window
Function · 0.45
Calls
1
into
Method · 0.45
Tested by
11
test_median_agg_expr
Function · 0.36
test_first_value_agg_expr
Function · 0.36
test_last_value_agg_expr
Function · 0.36
test_get_finest_requirements
Function · 0.36
roundtrip_window
Function · 0.36
roundtrip_window_distinct
Function · 0.36
test_distinct_window_serialization_end_to_end
Function · 0.36
roundtrip_aggregate
Function · 0.36
roundtrip_scalar_udf_extension_codec
Function · 0.36
roundtrip_aggregate_udf_extension_codec
Function · 0.36
roundtrip_first_value_aggregate
Function · 0.36