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
trueifarg_typeis of a [DataType] that theAggregateFunction::ApproxPercentileContaggregation can operate on. - function return type of standard deviation
- function return type of a sum
- function return type of variance