Package | Description |
---|---|
org.apache.parquet.format |
Modifier and Type | Field and Description |
---|---|
FieldRepetitionType |
SchemaElement.repetition_type
repetition of the field.
|
Modifier and Type | Method and Description |
---|---|
static FieldRepetitionType |
FieldRepetitionType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
FieldRepetitionType |
SchemaElement.getRepetition_type()
repetition of the field.
|
static FieldRepetitionType |
FieldRepetitionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldRepetitionType[] |
FieldRepetitionType.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.setRepetition_type(FieldRepetitionType repetition_type)
repetition of the field.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.