Class SqlDropMaterializedTableConverter

java.lang.Object
org.apache.flink.table.planner.operations.converters.SqlDropMaterializedTableConverter
All Implemented Interfaces:
SqlNodeConverter<org.apache.flink.sql.parser.ddl.SqlDropMaterializedTable>

public class SqlDropMaterializedTableConverter extends Object implements SqlNodeConverter<org.apache.flink.sql.parser.ddl.SqlDropMaterializedTable>
A converter for SqlDropMaterializedTable.
  • Constructor Details

    • SqlDropMaterializedTableConverter

      public SqlDropMaterializedTableConverter()
  • Method Details

    • convertSqlNode

      public org.apache.flink.table.operations.Operation convertSqlNode(org.apache.flink.sql.parser.ddl.SqlDropMaterializedTable sqlDropMaterializedTable, SqlNodeConverter.ConvertContext context)
      Description copied from interface: SqlNodeConverter
      Convert the given validated SqlNode into an Operation.
      Specified by:
      convertSqlNode in interface SqlNodeConverter<org.apache.flink.sql.parser.ddl.SqlDropMaterializedTable>
      Parameters:
      sqlDropMaterializedTable - a validated SqlNode.
      context - the utilities and context information to convert