Expand description
Contains the declaration of Offset
Structs§
- A wrapper type of
Vec<O>
representing the invariants of Arrow’s offsets. It is guaranteed to (sound to assume that): - A wrapper type of
Buffer<O>
that is guaranteed to:
Traits§
- Sealed trait describing the subset (
i32
andi64
) ofIndex
that can be used as offsets of variable-length Arrow arrays.