Uses of Class
org.apache.parquet.format.FieldRepetitionType
-
Packages that use FieldRepetitionType Package Description org.apache.parquet.format -
-
Uses of FieldRepetitionType in org.apache.parquet.format
Fields in org.apache.parquet.format declared as FieldRepetitionType Modifier and Type Field Description FieldRepetitionTypeSchemaElement. repetition_typerepetition of the field.Methods in org.apache.parquet.format that return FieldRepetitionType Modifier and Type Method Description static FieldRepetitionTypeFieldRepetitionType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.FieldRepetitionTypeSchemaElement. getRepetition_type()repetition of the field.static FieldRepetitionTypeFieldRepetitionType. 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.Methods in org.apache.parquet.format with parameters of type FieldRepetitionType Modifier and Type Method Description SchemaElementSchemaElement. setRepetition_type(FieldRepetitionType repetition_type)repetition of the field.
-