Uses of Class
org.apache.parquet.example.data.simple.NanoTime
-
Packages that use NanoTime Package Description org.apache.parquet.example.data org.apache.parquet.example.data.simple -
-
Uses of NanoTime in org.apache.parquet.example.data
Methods in org.apache.parquet.example.data with parameters of type NanoTime Modifier and Type Method Description abstract voidGroup. add(int fieldIndex, NanoTime value)voidGroup. add(String field, NanoTime value)GroupGroup. append(String fieldName, NanoTime value) -
Uses of NanoTime in org.apache.parquet.example.data.simple
Methods in org.apache.parquet.example.data.simple that return NanoTime Modifier and Type Method Description static NanoTimeNanoTime. fromBinary(Binary bytes)static NanoTimeNanoTime. fromInt96(Int96Value int96)NanoTimeSimpleGroup. getTimeNanos(int fieldIndex, int index)Methods in org.apache.parquet.example.data.simple with parameters of type NanoTime Modifier and Type Method Description voidSimpleGroup. add(int fieldIndex, NanoTime value)
-