Uses of Class
org.apache.parquet.format.NanoSeconds
-
Packages that use NanoSeconds Package Description org.apache.parquet.format -
-
Uses of NanoSeconds in org.apache.parquet.format
Methods in org.apache.parquet.format that return NanoSeconds Modifier and Type Method Description NanoSecondsNanoSeconds. deepCopy()NanoSecondsTimeUnit. getNANOS()Methods in org.apache.parquet.format with parameters of type NanoSeconds Modifier and Type Method Description intNanoSeconds. compareTo(NanoSeconds other)booleanNanoSeconds. equals(NanoSeconds that)static TimeUnitTimeUnit. NANOS(NanoSeconds value)voidTimeUnit. setNANOS(NanoSeconds value)Constructors in org.apache.parquet.format with parameters of type NanoSeconds Constructor Description NanoSeconds(NanoSeconds other)Performs a deep copy on other.
-