| Package | Description |
|---|---|
| org.apache.kyuubi.jdbc.hive.common |
| Modifier and Type | Method and Description |
|---|---|
static Timestamp |
Timestamp.ofEpochMilli(long epochMilli) |
static Timestamp |
Timestamp.ofEpochMilli(long epochMilli,
int nanos) |
static Timestamp |
Timestamp.ofEpochSecond(long epochSecond) |
static Timestamp |
Timestamp.ofEpochSecond(long epochSecond,
int nanos) |
static Timestamp |
Timestamp.valueOf(String s) |
| Modifier and Type | Method and Description |
|---|---|
int |
Timestamp.compareTo(Timestamp o) |
static TimestampTZ |
TimestampTZUtil.convert(Timestamp ts,
ZoneId defaultTimeZone) |
void |
Timestamp.set(Timestamp t) |
| Constructor and Description |
|---|
Timestamp(Timestamp t) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.