| Package | Description |
|---|---|
| com.facebook.presto.common.function | |
| com.facebook.presto.common.type |
| Modifier and Type | Method and Description |
|---|---|
TimeZoneKey |
SqlFunctionProperties.getTimeZoneKey() |
| Modifier and Type | Method and Description |
|---|---|
SqlFunctionProperties.Builder |
SqlFunctionProperties.Builder.setTimeZoneKey(TimeZoneKey timeZoneKey) |
| Modifier and Type | Field and Description |
|---|---|
static TimeZoneKey |
TimeZoneKey.UTC_KEY |
| Modifier and Type | Method and Description |
|---|---|
TimeZoneKey |
SqlTimestampWithTimeZone.getTimeZoneKey() |
TimeZoneKey |
SqlTimeWithTimeZone.getTimeZoneKey() |
static TimeZoneKey |
TimeZoneKey.getTimeZoneKey(short timeZoneKey) |
static TimeZoneKey |
TimeZoneKey.getTimeZoneKey(String zoneId) |
static TimeZoneKey |
TimeZoneKey.getTimeZoneKeyForOffset(long offsetMinutes) |
static TimeZoneKey |
DateTimeEncoding.unpackZoneKey(long dateTimeWithTimeZone) |
| Modifier and Type | Method and Description |
|---|---|
Optional<TimeZoneKey> |
SqlTimestamp.getSessionTimeZoneKey()
Deprecated.
|
Optional<TimeZoneKey> |
SqlTime.getSessionTimeZoneKey()
Deprecated.
|
static Set<TimeZoneKey> |
TimeZoneKey.getTimeZoneKeys() |
| Modifier and Type | Method and Description |
|---|---|
static long |
DateTimeEncoding.packDateTimeWithZone(long millisUtc,
TimeZoneKey timeZoneKey) |
| Constructor and Description |
|---|
SqlTime(long millisUtc,
TimeZoneKey sessionTimeZoneKey)
Deprecated.
|
SqlTimestamp(long valueUTC,
TimeZoneKey sessionTimeZoneKey,
TimeUnit precision)
Deprecated.
|
SqlTimestampWithTimeZone(long millisUtc,
TimeZoneKey timeZoneKey) |
SqlTimeWithTimeZone(long millisUtc,
TimeZoneKey timeZoneKey) |
Copyright © 2012–2022. All rights reserved.