public final class DrillSqlSetOption
extends org.apache.calcite.sql.SqlSetOption
SET <NAME> [ = VALUE ].
Statement handled in: SetOptionHandler| Modifier and Type | Field and Description |
|---|---|
static org.apache.calcite.sql.SqlSpecialOperator |
OPERATOR |
| Constructor and Description |
|---|
DrillSqlSetOption(org.apache.calcite.sql.parser.SqlParserPos pos,
String scope,
org.apache.calcite.sql.SqlIdentifier name,
org.apache.calcite.sql.SqlNode value) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.calcite.sql.SqlKind |
getKind() |
org.apache.calcite.sql.SqlOperator |
getOperator() |
protected void |
unparseAlterOperation(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
getName, getOperandList, getValue, setName, setOperand, setValue, validateaccept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getMonotonicity, isCountStar, isExpanded, operand, operandCountpublic DrillSqlSetOption(org.apache.calcite.sql.parser.SqlParserPos pos,
String scope,
org.apache.calcite.sql.SqlIdentifier name,
org.apache.calcite.sql.SqlNode value)
public org.apache.calcite.sql.SqlKind getKind()
getKind in class org.apache.calcite.sql.SqlSetOptionpublic org.apache.calcite.sql.SqlOperator getOperator()
getOperator in class org.apache.calcite.sql.SqlSetOptionprotected void unparseAlterOperation(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec)
unparseAlterOperation in class org.apache.calcite.sql.SqlSetOptionCopyright © 2021 The Apache Software Foundation. All rights reserved.