arrow
53.3.0
Module nullif
Functions
In arrow::
compute::
kernels
Module
arrow
::
compute
::
kernels
::
nullif
Copy item path
source
·
[
−
]
Expand description
Implements the
nullif
function for Arrow arrays.
Functions
§
nullif
Returns a new array with the same values and the validity bit to false where the corresponding element of
right
is true.