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

Method fun

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

Return the `AggregateUDF` used by this `AggregateFunctionExpr`

(&self)

Source from the content-addressed store, hash-verified

647impl AggregateFunctionExpr {
648 /// Return the `AggregateUDF` used by this `AggregateFunctionExpr`
649 pub fn fun(&self) -> &AggregateUDF {
650 &self.fun
651 }
652
653 /// expressions that are passed to the Accumulator.
654 /// Single-column aggregations such as `sum` return a single value, others (e.g. `cov`) return many.

Callers 11

try_newMethod · 0.45
reverse_exprMethod · 0.45
ideal_batch_sizeMethod · 0.45
invoke_with_argsMethod · 0.45
check_async_udfFunction · 0.45
is_row_numberFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected