| Package | Description |
|---|---|
| org.apache.calcite.util |
Provides utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
static TimestampWithTimeZoneString |
TimestampWithTimeZoneString.fromMillisSinceEpoch(long millis)
Creates a TimestampWithTimeZoneString that is a given number of milliseconds since
the epoch UTC.
|
TimestampWithTimeZoneString |
TimestampWithTimeZoneString.round(int precision) |
TimestampWithTimeZoneString |
TimestampWithTimeZoneString.withFraction(String fraction)
Sets the fraction field of a
TimestampString. |
TimestampWithTimeZoneString |
TimestampWithTimeZoneString.withMillis(int millis)
Sets the fraction field of a
TimestampWithTimeZoneString to a given number
of milliseconds. |
TimestampWithTimeZoneString |
TimestampWithTimeZoneString.withNanos(int nanos)
Sets the fraction field of a
TimestampWithTimeZoneString to a given number
of nanoseconds. |
TimestampWithTimeZoneString |
TimestampWithTimeZoneString.withTimeZone(TimeZone timeZone) |
| Modifier and Type | Method and Description |
|---|---|
int |
TimestampWithTimeZoneString.compareTo(TimestampWithTimeZoneString o) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.