Package | Description |
---|---|
org.apache.flink.table.utils |
Modifier and Type | Field and Description |
---|---|
DateTimeUtils.TimeUnit |
DateTimeUtils.TimeUnitRange.endUnit |
DateTimeUtils.TimeUnit |
DateTimeUtils.TimeUnitRange.startUnit |
Modifier and Type | Method and Description |
---|---|
static DateTimeUtils.TimeUnit |
DateTimeUtils.TimeUnit.getValue(int ordinal)
Returns the TimeUnit associated with an ordinal.
|
static DateTimeUtils.TimeUnit |
DateTimeUtils.TimeUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateTimeUtils.TimeUnit[] |
DateTimeUtils.TimeUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DateTimeUtils.TimeUnitRange |
DateTimeUtils.TimeUnitRange.of(DateTimeUtils.TimeUnit startUnit,
DateTimeUtils.TimeUnit endUnit)
Returns a
TimeUnitRange with a given start and end unit. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.