Function vortex_fastlanes::bitpack_primitive
source ยท pub fn bitpack_primitive<T: NativePType + BitPacking + ArrowNativeType>(
array: &[T],
bit_width: u8,
) -> Buffer
Expand description
Bitpack a slice of primitives down to the given width.
See bitpack
for more caller information.