Uses of Class
org.apache.parquet.format.NullType
-
Packages that use NullType Package Description org.apache.parquet.format -
-
Uses of NullType in org.apache.parquet.format
Methods in org.apache.parquet.format that return NullType Modifier and Type Method Description NullTypeNullType. deepCopy()NullTypeLogicalType. getUNKNOWN()Methods in org.apache.parquet.format with parameters of type NullType Modifier and Type Method Description intNullType. compareTo(NullType other)booleanNullType. equals(NullType that)voidLogicalType. setUNKNOWN(NullType value)static LogicalTypeLogicalType. UNKNOWN(NullType value)Constructors in org.apache.parquet.format with parameters of type NullType Constructor Description NullType(NullType other)Performs a deep copy on other.
-