public class SqlSetOptionBeam
extends org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlSetOption
SET and RESET statements.| Constructor and Description | 
|---|
| SqlSetOptionBeam(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.parser.SqlParserPos pos,
                java.lang.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) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | execute(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.jdbc.CalcitePrepare.Context context) | 
getKind, getName, getOperandList, getOperator, getValue, setName, setOperand, setValue, unparseAlterOperation, validategetScope, setScope, unparseaccept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getMonotonicity, isCountStar, isExpanded, operand, operandCountpublic SqlSetOptionBeam(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.parser.SqlParserPos pos,
                        java.lang.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)