Skip to main content

to_arrow_null_buffer

Function to_arrow_null_buffer 

Source
pub fn to_arrow_null_buffer(
    validity: Validity,
    len: usize,
    ctx: &mut ExecutionCtx,
) -> VortexResult<Option<NullBuffer>>
Expand description

Converts a Validity to an Arrow NullBuffer, executing the validity array if needed.