fn validate_args( function: &AggregateFunction, group_by_expr: &HashMap<&Expr, usize>, ) -> Result<()>
Validate that the arguments to the grouping function are in the group by clause.