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
0
if null or1
if valid - bytes of
FixedLengthEncoding