Uses of Class
org.apache.parquet.format.ConvertedType
-
Packages that use ConvertedType Package Description org.apache.parquet.format -
-
Uses of ConvertedType in org.apache.parquet.format
Fields in org.apache.parquet.format declared as ConvertedType Modifier and Type Field Description ConvertedTypeSchemaElement. converted_typeWhen the schema is the result of a conversion from another model Used to record the original type to help with cross conversion.Methods in org.apache.parquet.format that return ConvertedType Modifier and Type Method Description static ConvertedTypeConvertedType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.ConvertedTypeSchemaElement. getConverted_type()When the schema is the result of a conversion from another model Used to record the original type to help with cross conversion.static ConvertedTypeConvertedType. 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.Methods in org.apache.parquet.format with parameters of type ConvertedType Modifier and Type Method Description SchemaElementSchemaElement. setConverted_type(ConvertedType converted_type)When the schema is the result of a conversion from another model Used to record the original type to help with cross conversion.
-