| Package | Description |
|---|---|
| com.facebook.presto.spi | |
| com.facebook.presto.spi.type |
| Modifier and Type | Method and Description |
|---|---|
TimeZoneKey |
ConnectorSession.getTimeZoneKey() |
| Constructor and Description |
|---|
ConnectorSession(String user,
TimeZoneKey timeZoneKey,
Locale locale,
long startTime,
Map<String,String> properties) |
| Modifier and Type | Field and Description |
|---|---|
static TimeZoneKey |
TimeZoneKey.UTC_KEY |
| Modifier and Type | Method and Description |
|---|---|
TimeZoneKey |
SqlTimestamp.getSessionTimeZoneKey() |
TimeZoneKey |
SqlTime.getSessionTimeZoneKey() |
TimeZoneKey |
SqlTimeWithTimeZone.getTimeZoneKey() |
TimeZoneKey |
SqlTimestampWithTimeZone.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 |
|---|---|
static Set<TimeZoneKey> |
TimeZoneKey.getTimeZoneKeys() |
| Modifier and Type | Method and Description |
|---|---|
static TimeZone |
TimeZoneIndex.getTimeZoneForKey(TimeZoneKey timeZoneKey) |
static long |
DateTimeEncoding.packDateTimeWithZone(long millisUtc,
TimeZoneKey timeZoneKey) |
| Constructor and Description |
|---|
SqlTime(long millisUtc,
TimeZoneKey sessionTimeZoneKey) |
SqlTimestamp(long millisUtc,
TimeZoneKey sessionTimeZoneKey) |
SqlTimestampWithTimeZone(long millisUtc,
TimeZoneKey timeZoneKey) |
SqlTimeWithTimeZone(long millisUtc,
TimeZoneKey timeZoneKey) |
Copyright © 2012-2014. All Rights Reserved.