| Package | Description |
|---|---|
| org.apache.paimon.data |
| Modifier and Type | Method and Description |
|---|---|
static LocalZoneTimestamp |
LocalZoneTimestamp.fromEpochMillis(long milliseconds)
Creates an instance of
LocalZoneTimestamp from milliseconds. |
static LocalZoneTimestamp |
LocalZoneTimestamp.fromEpochMillis(long milliseconds,
int nanosOfMillisecond)
Creates an instance of
LocalZoneTimestamp from milliseconds and a
nanos-of-millisecond. |
static LocalZoneTimestamp |
LocalZoneTimestamp.fromInstant(java.time.Instant instant)
Creates an instance of
LocalZoneTimestamp from an instance of Instant. |
static LocalZoneTimestamp |
LocalZoneTimestamp.fromMicros(long micros)
Creates an instance of
LocalZoneTimestamp from micros. |
static LocalZoneTimestamp |
LocalZoneTimestamp.fromSQLTimestamp(Timestamp timestamp)
Creates an instance of
LocalZoneTimestamp from an instance of Timestamp. |
static LocalZoneTimestamp |
LocalZoneTimestamp.now()
Creates an instance of
LocalZoneTimestamp for now. |
LocalZoneTimestamp |
LocalZoneTimestamp.toMillisTimestamp() |
| Modifier and Type | Method and Description |
|---|---|
int |
LocalZoneTimestamp.compareTo(LocalZoneTimestamp that) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.