Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
nullif in datafusion::common::arrow::compute - Rust
[go: Go Back, main page]

Function datafusion::common::arrow::compute::nullif

source ยท
pub fn nullif(
    left: &dyn Array,
    right: &BooleanArray,
) -> Result<Arc<dyn Array>, 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.