Trait polars_arrow::array::IsNull [−][src]
pub trait IsNull {
fn is_null_mask(&self) -> BooleanArray;
fn is_not_null_mask(&self) -> BooleanArray;
}Expand description
Cheaply get the null mask as BooleanArray.
pub trait IsNull {
fn is_null_mask(&self) -> BooleanArray;
fn is_not_null_mask(&self) -> BooleanArray;
}Cheaply get the null mask as BooleanArray.