Package | Description |
---|---|
org.apache.parquet.format |
Modifier and Type | Field and Description |
---|---|
Type |
SchemaElement.type
Data type for this field.
|
Type |
ColumnMetaData.type
Type of this column *
|
Modifier and Type | Method and Description |
---|---|
static Type |
Type.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
Type |
SchemaElement.getType()
Data type for this field.
|
Type |
ColumnMetaData.getType()
Type of this column *
|
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SchemaElement |
SchemaElement.setType(Type type)
Data type for this field.
|
ColumnMetaData |
ColumnMetaData.setType(Type type)
Type of this column *
|
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 © 2024 The Apache Software Foundation. All rights reserved.