Expand description
GroupValues implementations for multi group by cases
Modules§
Structs§
- Group
Values Column - A
GroupValuesthat stores multiple columns of group values, and supports vectorized operators for them
Traits§
- Group
Column - 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
GroupValuesColumnsupported for the specified schema