Class SqlNodeConverters
java.lang.Object
org.apache.flink.table.planner.operations.converters.SqlNodeConverters
Registry of SqlNode converters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<org.apache.flink.table.operations.Operation>convertSqlNode(org.apache.calcite.sql.SqlNode validatedSqlNode, SqlNodeConverter.ConvertContext context) Convert the given validated SqlNode into Operation if there is a registered converter for the node.
-
Constructor Details
-
SqlNodeConverters
public SqlNodeConverters()
-
-
Method Details
-
convertSqlNode
public static Optional<org.apache.flink.table.operations.Operation> convertSqlNode(org.apache.calcite.sql.SqlNode validatedSqlNode, SqlNodeConverter.ConvertContext context) Convert the given validated SqlNode into Operation if there is a registered converter for the node.
-