fn bucketing_of_expected_group_size(
    expected_group_size: Option<u64>
) -> Vec<u64>
Expand description

Returns bucket sizes, descending, suitable for hierarchical decomposition of an operator, based on the expected number of rows that will have the same group key.