Uses of Interface
org.apache.flink.table.planner.functions.sql.BuiltInSqlOperator
Packages that use BuiltInSqlOperator
-
Uses of BuiltInSqlOperator in org.apache.flink.table.planner.functions.sql
Classes in org.apache.flink.table.planner.functions.sql that implement BuiltInSqlOperatorModifier and TypeClassDescriptionclassSQL version ofBuiltInFunctionDefinitionin cases whereBridgingSqlFunctiondoes not apply.classThe function used to access a rowtime attribute with TIMESTAMP or TIMESTAMP_LTZ type from MATCH_RECOGNIZE clause.classThis class implements theTRY_CASTbuilt-in, essentially delegating all the method invocations, whenever is possible, to Calcite'sSqlCastFunction.