Module vortex_array::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.

Structs§

  • Represents the mask argument to a filter function. Internally this will cache the canonical representation of the mask if it is ever used.
  • Options for SQL LIKE function

Enums§

Traits§

Functions§