Package io.trino.parquet.reader.decoders
Interface LongBitUnpacker
public interface LongBitUnpacker
-
Method Summary
Modifier and TypeMethodDescriptionvoidunpack(long[] output, int outputOffset, SimpleSliceInputStream input, int length)
-
Method Details
-
unpack
- Parameters:
length- must be a multiple of 32
-