public class RichSqlHiveInsert
extends org.apache.flink.sql.parser.dml.RichSqlInsert
| 构造器和说明 |
|---|
RichSqlHiveInsert(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlNodeList keywords,
org.apache.calcite.sql.SqlNodeList extendedKeywords,
org.apache.calcite.sql.SqlNode targetTable,
org.apache.calcite.sql.SqlNode source,
org.apache.calcite.sql.SqlNodeList columnList,
org.apache.calcite.sql.SqlNodeList staticPartitions,
org.apache.calcite.sql.SqlNodeList allPartKeys) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
unparse(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
getStaticPartitionKVs, getStaticPartitions, getTableHints, getTargetTableID, isOverwrite, isUpsertgetKind, getModifierNode, getOperandList, getOperator, getSource, getTargetColumnList, getTargetTable, isUpsert, setOperand, setSource, validateaccept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getMonotonicity, isCountStar, isExpanded, operand, operandCountpublic RichSqlHiveInsert(org.apache.calcite.sql.parser.SqlParserPos pos,
org.apache.calcite.sql.SqlNodeList keywords,
org.apache.calcite.sql.SqlNodeList extendedKeywords,
org.apache.calcite.sql.SqlNode targetTable,
org.apache.calcite.sql.SqlNode source,
org.apache.calcite.sql.SqlNodeList columnList,
org.apache.calcite.sql.SqlNodeList staticPartitions,
org.apache.calcite.sql.SqlNodeList allPartKeys)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.