Class SqlNodeConverters
- java.lang.Object
-
- org.apache.flink.table.planner.operations.converters.SqlNodeConverters
-
public class SqlNodeConverters extends Object
Registry of SqlNode converters.
-
-
Constructor Summary
Constructors Constructor Description SqlNodeConverters()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Optional<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.
-
-
-
Method Detail
-
convertSqlNode
public static Optional<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.
-
-