Class SqlShowCreateCatalogConverter

java.lang.Object
org.apache.flink.table.planner.operations.converters.SqlShowCreateCatalogConverter
All Implemented Interfaces:
SqlNodeConverter<org.apache.flink.sql.parser.dql.SqlShowCreateCatalog>

public class SqlShowCreateCatalogConverter extends Object implements SqlNodeConverter<org.apache.flink.sql.parser.dql.SqlShowCreateCatalog>
A converter for SqlShowCreateCatalog.
  • Constructor Details

    • SqlShowCreateCatalogConverter

      public SqlShowCreateCatalogConverter()
  • Method Details

    • convertSqlNode

      public org.apache.flink.table.operations.Operation convertSqlNode(org.apache.flink.sql.parser.dql.SqlShowCreateCatalog sqlShowCreateCatalog, 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.dql.SqlShowCreateCatalog>
      Parameters:
      sqlShowCreateCatalog - a validated SqlNode.
      context - the utilities and context information to convert