Uses of Enum
org.apache.flink.table.expressions.TimeIntervalUnit
Packages that use TimeIntervalUnit
-
Uses of TimeIntervalUnit in org.apache.flink.table.api.internal
Methods in org.apache.flink.table.api.internal with parameters of type TimeIntervalUnitModifier and TypeMethodDescriptionBaseExpressions.ceil(TimeIntervalUnit timeIntervalUnit) Rounds up a time point to the given unit.BaseExpressions.extract(TimeIntervalUnit timeIntervalUnit) Extracts parts of a time point or time interval.BaseExpressions.floor(TimeIntervalUnit timeIntervalUnit) Rounds down a time point to the given unit. -
Uses of TimeIntervalUnit in org.apache.flink.table.expressions
Methods in org.apache.flink.table.expressions that return TimeIntervalUnitModifier and TypeMethodDescriptionstatic TimeIntervalUnitReturns the enum constant of this type with the specified name.static TimeIntervalUnit[]TimeIntervalUnit.values()Returns an array containing the constants of this enum type, in the order they are declared.