Expand description
Defines filter kernels
Structs§
- Filter
Builder - A builder to construct
FilterPredicate
- Filter
Predicate - A filtering predicate that can be applied to an
Array
- Slices
Iterator - 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.
- filter
- Returns a filtered
values
Array where the corresponding elements ofpredicate
aretrue
. - filter_
record_ batch - Returns a filtered RecordBatch where the corresponding elements of
predicate
are true. - prep_
null_ mask_ filter - 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