Uses of Class
org.apache.parquet.format.CompressionCodec
-
Packages that use CompressionCodec Package Description org.apache.parquet.format -
-
Uses of CompressionCodec in org.apache.parquet.format
Fields in org.apache.parquet.format declared as CompressionCodec Modifier and Type Field Description CompressionCodecColumnMetaData. codecCompression codec *Methods in org.apache.parquet.format that return CompressionCodec Modifier and Type Method Description static CompressionCodecCompressionCodec. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.CompressionCodecColumnMetaData. getCodec()Compression codec *static CompressionCodecCompressionCodec. valueOf(String name)Returns the enum constant of this type with the specified name.static CompressionCodec[]CompressionCodec. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.parquet.format with parameters of type CompressionCodec Modifier and Type Method Description ColumnMetaDataColumnMetaData. setCodec(CompressionCodec codec)Compression codec *Constructors in org.apache.parquet.format with parameters of type CompressionCodec Constructor Description ColumnMetaData(Type type, List<Encoding> encodings, List<String> path_in_schema, CompressionCodec codec, long num_values, long total_uncompressed_size, long total_compressed_size, long data_page_offset)
-