Function datafusion_expr::aggregate_function::sum_type_of_avg
source · pub fn sum_type_of_avg(input_expr_types: &[DataType]) -> Result<DataType>
Expand description
Returns the internal sum datatype of the avg aggregate function.