Package | Description |
---|---|
org.apache.parquet.format |
Modifier and Type | Field and Description |
---|---|
ConvertedType |
SchemaElement.converted_type
DEPRECATED: When the schema is the result of a conversion from another model.
|
Modifier and Type | Method and Description |
---|---|
static ConvertedType |
ConvertedType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
ConvertedType |
SchemaElement.getConverted_type()
DEPRECATED: When the schema is the result of a conversion from another model.
|
static ConvertedType |
ConvertedType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConvertedType[] |
ConvertedType.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.setConverted_type(ConvertedType converted_type)
DEPRECATED: When the schema is the result of a conversion from another model.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.