Function arrow_select::nullif::nullif
source ยท pub fn nullif(
left: &dyn Array,
right: &BooleanArray,
) -> Result<ArrayRef, ArrowError>
Expand description
Copies original array, setting validity bit to false if a secondary comparison boolean array is set to true
Typically used to implement NULLIF.