Class ByteBitPackingLE
- java.lang.Object
-
- org.apache.parquet.column.values.bitpacking.ByteBitPackingLE
-
public abstract class ByteBitPackingLE extends Object
Packs from the Least Significant Bit first See ByteBasedBitPackingGenerator to make changes to this file Automatically generated
-
-
Field Summary
Fields Modifier and Type Field Description static BytePackerFactoryfactory
-
Constructor Summary
Constructors Constructor Description ByteBitPackingLE()
-
-
-
Field Detail
-
factory
public static final BytePackerFactory factory
-
-