arrow_select

Module filter

Source
Expand description

Defines filter kernels

Structs§

Functions§

  • build_filterDeprecated
    Returns a prepared function optimized to filter multiple arrays.
  • Returns a filtered values Array where the corresponding elements of predicate are true.
  • Returns a filtered RecordBatch where the corresponding elements of predicate are true.
  • Remove null values by do a bitmask AND operation with null bits and the boolean bits.

Type Aliases§

  • FilterDeprecated
    Function that can filter arbitrary arrays