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