Module vortex_array::variants
source · 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§
- An Array encoding must declare which DTypes it can be downcast into.