Module datafusion_expr::type_coercion::aggregates
source · Statics
Functions
- function return type of an average
- internal sum type of an average
- Returns the coerced data type for each
input_types
. Different aggregate function with different input data type will get corresponding coerced data type. - function return type of correlation
- function return type of covariance
- Return
true
ifarg_type
is of a [DataType
] that theAggregateFunction::ApproxPercentileCont
aggregation can operate on. - function return type of standard deviation
- function return type of a sum
- function return type of variance