pub fn encode_not_null<T: FixedLengthEncoding>(
data: &mut [u8],
offsets: &mut [usize],
values: &[T],
opts: SortOptions,
)Expand description
Encoding for non-nullable primitive arrays.
Iterates directly over the values, and skips NULLs-checking.