Uses of Class
org.apache.parquet.format.TimeType
-
Packages that use TimeType Package Description org.apache.parquet.format -
-
Uses of TimeType in org.apache.parquet.format
Methods in org.apache.parquet.format that return TimeType Modifier and Type Method Description TimeTypeTimeType. deepCopy()TimeTypeLogicalType. getTIME()TimeTypeTimeType. setIsAdjustedToUTC(boolean isAdjustedToUTC)TimeTypeTimeType. setUnit(TimeUnit unit)Methods in org.apache.parquet.format with parameters of type TimeType Modifier and Type Method Description intTimeType. compareTo(TimeType other)booleanTimeType. equals(TimeType that)voidLogicalType. setTIME(TimeType value)static LogicalTypeLogicalType. TIME(TimeType value)Constructors in org.apache.parquet.format with parameters of type TimeType Constructor Description TimeType(TimeType other)Performs a deep copy on other.
-