Uses of Class
org.apache.parquet.format.MilliSeconds
-
Packages that use MilliSeconds Package Description org.apache.parquet.format -
-
Uses of MilliSeconds in org.apache.parquet.format
Methods in org.apache.parquet.format that return MilliSeconds Modifier and Type Method Description MilliSecondsMilliSeconds. deepCopy()MilliSecondsTimeUnit. getMILLIS()Methods in org.apache.parquet.format with parameters of type MilliSeconds Modifier and Type Method Description intMilliSeconds. compareTo(MilliSeconds other)booleanMilliSeconds. equals(MilliSeconds that)static TimeUnitTimeUnit. MILLIS(MilliSeconds value)voidTimeUnit. setMILLIS(MilliSeconds value)Constructors in org.apache.parquet.format with parameters of type MilliSeconds Constructor Description MilliSeconds(MilliSeconds other)Performs a deep copy on other.
-