MCPcopy 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

buildMethod · 0.45
reverse_exprMethod · 0.45
test_median_agg_exprFunction · 0.45
test_last_value_agg_exprFunction · 0.45
first_value_agg_exprFunction · 0.45
create_window_exprFunction · 0.45
try_into_logical_planMethod · 0.45
roundtrip_windowFunction · 0.45

Calls 1

intoMethod · 0.45