public class SqlAddHivePartitions
extends org.apache.flink.sql.parser.ddl.SqlAddPartitions
Hive syntax: ALTER TABLE table_name ADD [IF NOT EXISTS] PARTITION partition_spec [LOCATION 'location'][PARTITION partition_spec [LOCATION 'location']][...];
| 构造器和说明 |
|---|
SqlAddHivePartitions(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlIdentifier tableName,
boolean ifNotExists,
List<org.apache.calcite.sql.SqlNodeList> partSpecs,
List<org.apache.calcite.sql.SqlCharStringLiteral> partLocations) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
getOperandList, getPartitionKVs, getPartProps, getPartSpecs, ifNotExistsfullTableName, getOperator, getPartitionKVs, getPartitionSpec, getTableNameaccept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validateCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.