pub fn encode_boolean_not_null(
data: &mut [u8],
offsets: &mut [usize],
values: &BooleanBuffer,
opts: SortOptions,
)
Expand description
Encoding for non-nullable boolean arrays.
Iterates directly over values
, and skips NULLs-checking.