Module group_values

Module group_values 

Source
Expand description

GroupValues trait for storing and interning group keys

Modulesยง

metrics ๐Ÿ”’
Metrics for the various group-by implementations.
multi_group_by
GroupValues implementations for multi group by cases
null_builder ๐Ÿ”’
row ๐Ÿ”’
single_group_by ๐Ÿ”’
GroupValues implementations for single group by cases

Traitsยง

GroupValues
Stores the group values during hash aggregation.

Functionsยง

new_group_values
Return a specialized implementation of GroupValues for the given schema.