Package org.apache.flink.sql.parser.ddl
Class SqlDropPartitions.AlterTableDropPartitionsContext
- java.lang.Object
-
- org.apache.flink.sql.parser.ddl.SqlDropPartitions.AlterTableDropPartitionsContext
-
- Enclosing class:
- SqlDropPartitions
public static class SqlDropPartitions.AlterTableDropPartitionsContext extends Object
Alter table add partition context.
-
-
Constructor Summary
Constructors Constructor Description AlterTableDropPartitionsContext()
-
-
-
Field Detail
-
ifExists
public boolean ifExists
-
partSpecs
public List<org.apache.calcite.sql.SqlNodeList> partSpecs
-
-