Uses of Class
org.apache.flink.table.planner.functions.sql.FlinkTimestampDynamicFunction
Packages that use FlinkTimestampDynamicFunction
-
Uses of FlinkTimestampDynamicFunction in org.apache.flink.table.planner.functions.sql
Modifier and TypeClassDescriptionclassFunction that used to define SQL time function like LOCALTIMESTAMP, CURRENT_TIMESTAMP, NOW() in Flink, the function support configuring the return type and the * precision of return type.