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.
pub fn to_arrow_null_buffer(
validity: Validity,
len: usize,
ctx: &mut ExecutionCtx,
) -> VortexResult<Option<NullBuffer>>Converts a Validity to an Arrow NullBuffer, executing the validity array if needed.