Package | Description |
---|---|
org.apache.parquet.format |
Modifier and Type | Field and Description |
---|---|
CompressionCodec |
ColumnMetaData.codec
Compression codec *
|
Modifier and Type | Method and Description |
---|---|
static CompressionCodec |
CompressionCodec.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
CompressionCodec |
ColumnMetaData.getCodec()
Compression codec *
|
static CompressionCodec |
CompressionCodec.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.
|
Modifier and Type | Method and Description |
---|---|
ColumnMetaData |
ColumnMetaData.setCodec(CompressionCodec codec)
Compression codec *
|
Constructor and 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) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.