Module arrow_select::nullif
source · Expand description
Implements the nullif
function for Arrow arrays.
Functions§
- Returns a new array with the same values and the validity bit to false where the corresponding element of
right
is true.
Implements the nullif
function for Arrow arrays.
right
is true.