Uses of Class
org.apache.parquet.format.VariantType
-
Packages that use VariantType Package Description org.apache.parquet.format -
-
Uses of VariantType in org.apache.parquet.format
Methods in org.apache.parquet.format that return VariantType Modifier and Type Method Description VariantTypeVariantType. deepCopy()VariantTypeLogicalType. getVARIANT()VariantTypeVariantType. setSpecification_version(byte specification_version)Methods in org.apache.parquet.format with parameters of type VariantType Modifier and Type Method Description intVariantType. compareTo(VariantType other)booleanVariantType. equals(VariantType that)voidLogicalType. setVARIANT(VariantType value)static LogicalTypeLogicalType. VARIANT(VariantType value)Constructors in org.apache.parquet.format with parameters of type VariantType Constructor Description VariantType(VariantType other)Performs a deep copy on other.
-