Expand description
This module defines array traits for each Vortex DType.
When callers only want to make assumptions about the DType, and not about any specific encoding, they can use these traits to write encoding-agnostic code.
Traitsยง
- Binary
Array Trait - Bool
Array Trait - Extension
Array Trait - List
Array Trait - Null
Array Trait - Primitive
Array Trait - Struct
Array Trait - Utf8
Array Trait - VariantsV
Table - An Array encoding must declare which DTypes it can be downcast into.