Uses of Class
org.apache.parquet.format.StringType
-
Packages that use StringType Package Description org.apache.parquet.format -
-
Uses of StringType in org.apache.parquet.format
Methods in org.apache.parquet.format that return StringType Modifier and Type Method Description StringTypeStringType. deepCopy()StringTypeLogicalType. getSTRING()Methods in org.apache.parquet.format with parameters of type StringType Modifier and Type Method Description intStringType. compareTo(StringType other)booleanStringType. equals(StringType that)voidLogicalType. setSTRING(StringType value)static LogicalTypeLogicalType. STRING(StringType value)Constructors in org.apache.parquet.format with parameters of type StringType Constructor Description StringType(StringType other)Performs a deep copy on other.
-