Class ByteBitPackingForLongLE
- java.lang.Object
-
- org.apache.parquet.column.values.bitpacking.ByteBitPackingForLongLE
-
public abstract class ByteBitPackingForLongLE 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 BytePackerForLongFactoryfactory
-
Constructor Summary
Constructors Constructor Description ByteBitPackingForLongLE()
-
-
-
Field Detail
-
factory
public static final BytePackerForLongFactory factory
-
-