Expand description
set_nulls
, other utilities for working with nulls
Functionsยง
- 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
- Compute an output validity mask for an array that has been filtered
- Sets the validity mask for a
PrimitiveArray
tonulls
replacing any existing null mask - Replaces the nulls in the input array with the given
NullBuffer