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