public class NanoTime extends Primitive
| Constructor and Description |
|---|
NanoTime(int julianDay,
long timeOfDayNanos) |
| Modifier and Type | Method and Description |
|---|---|
static NanoTime |
fromBinary(Binary bytes) |
static NanoTime |
fromInt96(Int96Value int96) |
int |
getJulianDay() |
long |
getTimeOfDayNanos() |
Binary |
toBinary() |
Int96Value |
toInt96() |
String |
toString() |
void |
writeValue(RecordConsumer recordConsumer) |
getBinary, getBoolean, getDouble, getFloat, getInt96, getInteger, getLong, getStringpublic static NanoTime fromInt96(Int96Value int96)
public int getJulianDay()
public long getTimeOfDayNanos()
public Binary toBinary()
public Int96Value toInt96()
public void writeValue(RecordConsumer recordConsumer)
writeValue in class PrimitiveCopyright © 2024 The Apache Software Foundation. All rights reserved.