Expand description
GroupValues implementations for multi group by cases
Modulesยง
- boolean ๐
- bytes ๐
- bytes_
view - primitive
Macrosยง
- instantiate_
primitive ๐ - instantiates a
PrimitiveGroupValueBuilderand pushes it into $v
Structsยง
- Group
Index ๐View - The view of indices pointing to the actual values in
GroupValues - Group
Values Column - A
GroupValuesthat stores multiple columns of group values, and supports vectorized operators for them - Vectorized
Operation ๐Buffers - Buffers to store intermediate results in
vectorized_appendandvectorized_equal_to, for reducing memory allocation
Enumsยง
- Nulls ๐
- Shows how many
nulls there are in an array
Constantsยง
- NON_
INLINED_ ๐FLAG - VALUE_
MASK ๐
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 - supported_
type ๐ - Returns true if the specified data type is supported by
GroupValuesColumn