Class SqlSetOptionBeam
java.lang.Object
org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode
org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlCall
org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlAlter
org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlSetOption
org.apache.beam.sdk.extensions.sql.impl.parser.SqlSetOptionBeam
- All Implemented Interfaces:
Cloneable
public class SqlSetOptionBeam
extends org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlSetOption
SQL parse tree node to represent
SET
and RESET
statements.-
Field Summary
Fields inherited from class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlSetOption
OPERATOR
Fields inherited from class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode
EMPTY_ARRAY, pos
-
Constructor Summary
ConstructorsConstructorDescriptionSqlSetOptionBeam
(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.parser.SqlParserPos pos, String scope, org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlIdentifier name, org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode value) -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.jdbc.CalcitePrepare.Context context) Methods inherited from class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlSetOption
getKind, getName, getOperandList, getOperator, getValue, setName, setOperand, setValue, unparseAlterOperation, validate
Methods inherited from class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlAlter
getScope, setScope, unparse
Methods inherited from class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlCall
accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getMonotonicity, isCountStar, isExpanded, operand, operandCount
Methods inherited from class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode
clone, clone, cloneArray, equalDeep, equalDeep, equalsDeep, getParserPosition, isA, toList, toList, toSqlString, toSqlString, toSqlString, toString, unparseWithParentheses, validateExpr
-
Constructor Details
-
SqlSetOptionBeam
public SqlSetOptionBeam(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.parser.SqlParserPos pos, String scope, org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlIdentifier name, org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode value)
-
-
Method Details
-
execute
public void execute(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.jdbc.CalcitePrepare.Context context)
-