Uses of Class
org.apache.flink.table.expressions.TimePointUnit
-
Packages that use TimePointUnit Package Description org.apache.flink.table.expressions -
-
Uses of TimePointUnit in org.apache.flink.table.expressions
Methods in org.apache.flink.table.expressions that return TimePointUnit Modifier and Type Method Description static TimePointUnit
TimePointUnit. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimePointUnit[]
TimePointUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-