public final class DrillSqlResetOption
extends org.apache.calcite.sql.SqlSetOption
RESET { <NAME> | ALL }
.
Statement handled in: ResetOptionHandler
Modifier and Type | Field and Description |
---|---|
static org.apache.calcite.sql.SqlSpecialOperator |
OPERATOR |
Constructor and Description |
---|
DrillSqlResetOption(org.apache.calcite.sql.parser.SqlParserPos pos,
String scope,
org.apache.calcite.sql.SqlIdentifier name) |
Modifier and Type | Method and Description |
---|---|
org.apache.calcite.sql.SqlKind |
getKind() |
List<org.apache.calcite.sql.SqlNode> |
getOperandList() |
org.apache.calcite.sql.SqlOperator |
getOperator() |
void |
setOperand(int i,
org.apache.calcite.sql.SqlNode operand) |
protected void |
unparseAlterOperation(org.apache.calcite.sql.SqlWriter writer,
int leftPrec,
int rightPrec) |
getName, getValue, setName, setValue, validate
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getMonotonicity, isCountStar, isExpanded, operand, operandCount
public DrillSqlResetOption(org.apache.calcite.sql.parser.SqlParserPos pos, String scope, org.apache.calcite.sql.SqlIdentifier name)
public org.apache.calcite.sql.SqlKind getKind()
getKind
in class org.apache.calcite.sql.SqlSetOption
public org.apache.calcite.sql.SqlOperator getOperator()
getOperator
in class org.apache.calcite.sql.SqlSetOption
public List<org.apache.calcite.sql.SqlNode> getOperandList()
getOperandList
in class org.apache.calcite.sql.SqlSetOption
public void setOperand(int i, org.apache.calcite.sql.SqlNode operand)
setOperand
in class org.apache.calcite.sql.SqlSetOption
protected void unparseAlterOperation(org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)
unparseAlterOperation
in class org.apache.calcite.sql.SqlSetOption
Copyright © 2022 The Apache Software Foundation. All rights reserved.