Module nullif
arrow_
select
53.3.0
Module nullif
Module Items
Functions
In crate arrow_
select
Modules
concat
filter
interleave
nullif
take
union_extract
window
zip
arrow_select
Module
nullif
Copy item path
Settings
Help
Summary
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.