validate_args

Function validate_args 

Source
fn validate_args(
    function: &AggregateFunction,
    group_by_expr: &HashMap<&Expr, usize>,
) -> Result<()>
Expand description

Validate that the arguments to the grouping function are in the group by clause.