Expand description
Defines filter kernels
Structs§
- A builder to construct
FilterPredicate - A filtering predicate that can be applied to an
Array - An iterator of
(usize, usize)each representing an interval[start, end)whose slots of a bitmap Buffer are true.
Functions§
- build_
filter Deprecated Returns a prepared function optimized to filter multiple arrays. - Returns a filtered RecordBatch where the corresponding elements of
predicateare true. - Remove null values by do a bitmask AND operation with null bits and the boolean bits.
Type Aliases§
- Filter
Deprecated Function that can filter arbitrary arrays