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