| Package | Description |
|---|---|
| org.apache.kyuubi.jdbc.hive.common |
| Modifier and Type | Method and Description |
|---|---|
static Date |
Date.of(int year,
int month,
int dayOfMonth) |
static Date |
Date.ofEpochDay(int epochDay) |
static Date |
Date.ofEpochMilli(long epochMilli) |
static Date |
Date.valueOf(String s) |
| Modifier and Type | Method and Description |
|---|---|
int |
Date.compareTo(Date o) |
static TimestampTZ |
TimestampTZUtil.convert(Date date,
ZoneId defaultTimeZone) |
| Constructor and Description |
|---|
Date(Date d) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.