group_expr_to_bitmap_index

Function group_expr_to_bitmap_index 

Source
fn group_expr_to_bitmap_index(
    group_expr: &[Expr],
) -> Result<HashMap<&Expr, usize>>
Expand description

Create a map from grouping expr to index in the internal grouping id.

For more details on how the grouping id bitmap works the documentation for [Aggregate::INTERNAL_GROUPING_ID]