Uses of Class
org.apache.flink.table.expressions.TimeIntervalUnit
-
Packages that use TimeIntervalUnit Package Description org.apache.flink.table.expressions -
-
Uses of TimeIntervalUnit in org.apache.flink.table.expressions
Methods in org.apache.flink.table.expressions that return TimeIntervalUnit Modifier and Type Method Description static TimeIntervalUnit
TimeIntervalUnit. valueOf(String name)
Returns 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.
-