Uses of Class
org.apache.parquet.format.EnumType
-
Packages that use EnumType Package Description org.apache.parquet.format -
-
Uses of EnumType in org.apache.parquet.format
Methods in org.apache.parquet.format that return EnumType Modifier and Type Method Description EnumTypeEnumType. deepCopy()EnumTypeLogicalType. getENUM()Methods in org.apache.parquet.format with parameters of type EnumType Modifier and Type Method Description intEnumType. compareTo(EnumType other)static LogicalTypeLogicalType. ENUM(EnumType value)booleanEnumType. equals(EnumType that)voidLogicalType. setENUM(EnumType value)Constructors in org.apache.parquet.format with parameters of type EnumType Constructor Description EnumType(EnumType other)Performs a deep copy on other.
-