Enum DateTimeUtils.TimeUnitRange

java.lang.Object
java.lang.Enum<DateTimeUtils.TimeUnitRange>
org.apache.flink.table.utils.DateTimeUtils.TimeUnitRange
All Implemented Interfaces:
Serializable, Comparable<DateTimeUtils.TimeUnitRange>
Enclosing class:
DateTimeUtils

@Internal public static enum DateTimeUtils.TimeUnitRange extends Enum<DateTimeUtils.TimeUnitRange>
A range of time units. The first is more significant than the other (e.g. year-to-day) or the same as the other (e.g. month).