Uses of Class
org.apache.parquet.column.values.bitpacking.Packer
-
-
Uses of Packer in org.apache.parquet.column.values.bitpacking
Methods in org.apache.parquet.column.values.bitpacking that return Packer Modifier and Type Method Description static PackerPacker. valueOf(String name)Returns the enum constant of this type with the specified name.static Packer[]Packer. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.parquet.column.values.bitpacking with parameters of type Packer Constructor Description ByteBasedBitPackingEncoder(int bitWidth, Packer packer)
-