Expand description
This module contains the VTable definitions for a Vortex Array.
Structs§
- VTable
Ref - A reference to an array VTable, either static or arc’d.
Traits§
- CanonicalV
Table - Encoding VTable for canonicalizing an array.
- ComputeV
Table - VTable for dispatching compute functions to Vortex encodings.
- EncodingV
Table - Dyn-compatible VTable trait for a Vortex array encoding.
- MetadataV
Table - StatisticsV
Table - Encoding VTable for computing array statistics.
- ValidateV
Table - A trait implemented by encodings to verify an opaque
Array
. - ValidityV
Table - VariantsV
Table - An Array encoding must declare which DTypes it can be downcast into.
- VisitorV
Table