pub fn encode<T: FixedLengthEncoding>(
data: &mut [u8],
offsets: &mut [usize],
values: &[T],
nulls: &NullBuffer,
opts: SortOptions,
)Expand description
Fixed width types are encoded as
- 1 byte
0if null or1if valid - bytes of
FixedLengthEncoding