Module multi_group_by

Module multi_group_by 

Source
Expand description

GroupValues implementations for multi group by cases

Modules§

bytes_view
primitive

Structs§

GroupValuesColumn
A GroupValues that stores multiple columns of group values, and supports vectorized operators for them

Traits§

GroupColumn
Trait for storing a single column of group values in GroupValuesColumn

Functions§

nulls_equal_to
Determines if the nullability of the existing and new input array can be used to short-circuit the comparison of the two values.
supported_schema
Returns true if GroupValuesColumn supported for the specified schema