Class SqlShowPartitionsConverter

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

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

    • SqlShowPartitionsConverter

      public SqlShowPartitionsConverter()
  • Method Details

    • convertSqlNode

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