arrow_select

Module filter

Source
Expand description

Defines filter kernels

Structsยง

  • A builder to construct FilterPredicate
  • FilterBytes ๐Ÿ”’
    FilterBytes is created from a source [GenericByteArray] and can be used to build a new [GenericByteArray] by copying values from the source
  • A filtering predicate that can be applied to an [Array]
  • IndexIterator ๐Ÿ”’
    An iterator of usize whose index in [BooleanArray] is true
  • An iterator of (usize, usize) each representing an interval [start, end) whose slots of a bitmap [Buffer] are true.

Enumsยง

Constantsยง

Functionsยง

Type Aliasesยง

  • FilterDeprecated
    Function that can filter arbitrary arrays