Module datafusion_expr::type_coercion::aggregates
source · [−]Statics
Functions
function return 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 if arg_type is of a [DataType] that the
AggregateFunction::ApproxPercentileCont aggregation can operate on.function return type of standard deviation
function return type of a sum
function return type of variance