Uses of Class
org.apache.parquet.format.DateType
-
Packages that use DateType Package Description org.apache.parquet.format -
-
Uses of DateType in org.apache.parquet.format
Methods in org.apache.parquet.format that return DateType Modifier and Type Method Description DateTypeDateType. deepCopy()DateTypeLogicalType. getDATE()Methods in org.apache.parquet.format with parameters of type DateType Modifier and Type Method Description intDateType. compareTo(DateType other)static LogicalTypeLogicalType. DATE(DateType value)booleanDateType. equals(DateType that)voidLogicalType. setDATE(DateType value)Constructors in org.apache.parquet.format with parameters of type DateType Constructor Description DateType(DateType other)Performs a deep copy on other.
-