Skip to main content

value_nulls_are_masked

Function value_nulls_are_masked 

Source
fn value_nulls_are_masked(
    value: &ArrayRef,
    parent_nulls: Option<&NullBuffer>,
) -> bool
Expand description

Returns true if every null in value is masked by a parent null, i.e. the column may be annotated non-nullable.