Structs§
- Boolean
Unique Kernel State - Dictionary
Ranged Unique State - A specialized unique kernel for
DictionaryArray
for when all values are in a small known range. - Primitive
Ranged Unique State - A specialized unique kernel for
PrimitiveArray
for when all values are in a small known range.
Traits§
- Generic
Unique Kernel - A generic unique kernel that selects the generally applicable unique kernel for an
Array
. - Ranged
Unique Kernel - Optimized kernel to calculate the unique elements of an array.
- Sorted
Unique Kernel - Kernel to calculate the number of unique elements where the elements are already sorted.