Uses of Enum
org.apache.flink.table.expressions.TimePointUnit
Packages that use TimePointUnit
-
Uses of TimePointUnit in org.apache.flink.table.api
Methods in org.apache.flink.table.api with parameters of type TimePointUnitModifier and TypeMethodDescriptionstatic ApiExpressionExpressions.timestampDiff(TimePointUnit timePointUnit, Object timePoint1, Object timePoint2) Returns the (signed) number ofTimePointUnitbetween timePoint1 and timePoint2. -
Uses of TimePointUnit in org.apache.flink.table.expressions
Methods in org.apache.flink.table.expressions that return TimePointUnitModifier and TypeMethodDescriptionstatic TimePointUnitReturns 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.