Module re_viewer::external::arrow::compute::kernels::nullif

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 ofright is true.