Uses of Class
org.apache.parquet.format.TimestampType
-
Packages that use TimestampType Package Description org.apache.parquet.format -
-
Uses of TimestampType in org.apache.parquet.format
Methods in org.apache.parquet.format that return TimestampType Modifier and Type Method Description TimestampTypeTimestampType. deepCopy()TimestampTypeLogicalType. getTIMESTAMP()TimestampTypeTimestampType. setIsAdjustedToUTC(boolean isAdjustedToUTC)TimestampTypeTimestampType. setUnit(TimeUnit unit)Methods in org.apache.parquet.format with parameters of type TimestampType Modifier and Type Method Description intTimestampType. compareTo(TimestampType other)booleanTimestampType. equals(TimestampType that)voidLogicalType. setTIMESTAMP(TimestampType value)static LogicalTypeLogicalType. TIMESTAMP(TimestampType value)Constructors in org.apache.parquet.format with parameters of type TimestampType Constructor Description TimestampType(TimestampType other)Performs a deep copy on other.
-