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

Method field

datafusion/physical-expr/src/aggregate.rs:704–710  ·  view source on GitHub ↗

the field of the final result of this aggregation.

(&self)

Source from the content-addressed store, hash-verified

702
703 /// the field of the final result of this aggregation.
704 pub fn field(&self) -> FieldRef {
705 self.return_field
706 .as_ref()
707 .clone()
708 .with_name(&self.name)
709 .into()
710 }
711
712 /// the accumulator used to accumulate values from the expressions.
713 /// the accumulator expects the same number of arguments as `expressions` and must

Callers 15

fmtMethod · 0.45
create_physical_exprFunction · 0.45
from_indicesMethod · 0.45
try_newMethod · 0.45
get_minmax_descMethod · 0.45
set_monotonicityMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
fmtMethod · 0.45
optimizeMethod · 0.45

Calls 4

intoMethod · 0.45
with_nameMethod · 0.45
cloneMethod · 0.45
as_refMethod · 0.45

Tested by

no test coverage detected