Class ByteBitPackingBE
- java.lang.Object
-
- org.apache.parquet.column.values.bitpacking.ByteBitPackingBE
-
public abstract class ByteBitPackingBE extends Object
Packs from the Most 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 ByteBitPackingBE()
-
-
-
Field Detail
-
factory
public static final BytePackerFactory factory
-
-