get_aggregate_expr_req

Function get_aggregate_expr_req 

Source
fn get_aggregate_expr_req(
    aggr_expr: &AggregateFunctionExpr,
    group_by: &PhysicalGroupBy,
    agg_mode: &AggregateMode,
    include_soft_requirement: bool,
) -> Option<LexOrdering>
Expand description

Determines the lexical ordering requirement for an aggregate expression.

§Parameters

§Returns

A LexOrdering instance indicating the lexical ordering requirement for the aggregate expression.