Function datafusion_expr::aggregate_function::coerce_types
source · [−]pub fn coerce_types(
agg_fun: &AggregateFunction,
input_types: &[DataType],
signature: &Signature
) -> Result<Vec<DataType>>
Expand description
Returns the coerced data type for each input_types
.
Different aggregate function with different input data type will get corresponding coerced data type.