Expand description
set_nulls
, other utilities for working with nulls
Functionsยง
- apply_
filter_ as_ nulls - Applies optional filter to input, returning a new array of the same type with the same data, but with any values that were filtered out set to null
- filtered_
null_ mask - Compute an output validity mask for an array that has been filtered
- set_
nulls - Sets the validity mask for a
PrimitiveArray
tonulls
replacing any existing null mask - set_
nulls_ dyn - Replaces the nulls in the input array with the given
NullBuffer