Module datafusion_expr::aggregate_function
source · Expand description
Aggregate function module contains all built-in aggregate functions definitions
Structs
- An iterator over the variants of AggregateFunction
Enums
- Enum of all built-in aggregate functions
Functions
- return_typeDeprecatedReturns the datatype of the aggregate function. This is used to get the returned data type for aggregate expr.
- signatureDeprecatedthe signatures supported by the function
fun
. - Returns the internal sum datatype of the avg aggregate function.