| Package | Description |
|---|---|
| org.apache.flink.table.types.logical |
| Modifier and Type | Method and Description |
|---|---|
DayTimeIntervalType.DayTimeResolution |
DayTimeIntervalType.getResolution() |
static DayTimeIntervalType.DayTimeResolution |
DayTimeIntervalType.DayTimeResolution.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DayTimeIntervalType.DayTimeResolution[] |
DayTimeIntervalType.DayTimeResolution.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DayTimeIntervalType(boolean isNullable,
DayTimeIntervalType.DayTimeResolution resolution,
int dayPrecision,
int fractionalPrecision) |
DayTimeIntervalType(DayTimeIntervalType.DayTimeResolution resolution) |
DayTimeIntervalType(DayTimeIntervalType.DayTimeResolution resolution,
int dayPrecision,
int fractionalPrecision) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.