vortex_array

Module 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ยง

BinaryArrayTrait
BoolArrayTrait
ExtensionArrayTrait
ListArrayTrait
NullArrayTrait
PrimitiveArrayTrait
StructArrayTrait
Utf8ArrayTrait
VariantsVTable
An Array encoding must declare which DTypes it can be downcast into.