vortex_array

Module compute

Source
Expand description

Compute kernels on top of Vortex Arrays.

We aim to provide a basic set of compute kernels that can be used to efficiently index, slice, and filter Vortex Arrays in their encoded forms.

Every array variant has the ability to implement their own efficient implementations of these operators, else we will decode, and perform the equivalent operator from Arrow.

Modules§

Structs§

  • Wrapper around Arrow’s BitIndexIterator that knows its total length.
  • Represents the mask argument to a filter function. Internally this will cache the canonical representation of the mask if it is ever used.

Enums§

Traits§

Functions§