Class SqlSetOptionBeam

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class SqlSetOptionBeam
    extends org.apache.beam.vendor.calcite.v1_40_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_40_0.org.apache.calcite.sql.SqlSetOption

        OPERATOR
      • Fields inherited from class org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlNode

        EMPTY_ARRAY, pos
    • Constructor Summary

      Constructors 
      Constructor Description
      SqlSetOptionBeam​(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.parser.SqlParserPos pos, java.lang.String scope, org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlIdentifier name, org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlNode value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.jdbc.CalcitePrepare.Context context)  
      • Methods inherited from class org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlSetOption

        getKind, getName, getOperandList, getOperator, getValue, name, setName, setName, setOperand, setValue, unparse, unparseAlterOperation, validate
      • Methods inherited from class org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlAlter

        getScope, setScope
      • Methods inherited from class org.apache.beam.vendor.calcite.v1_40_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_40_0.org.apache.calcite.sql.SqlNode

        clone, clone, cloneArray, equalDeep, equalDeep, equalsDeep, getParserPosition, isA, toList, toList, toSqlString, toSqlString, toSqlString, toString, unparseWithParentheses, validateExpr
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SqlSetOptionBeam

        public SqlSetOptionBeam​(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.parser.SqlParserPos pos,
                                java.lang.String scope,
                                org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlIdentifier name,
                                org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlNode value)
    • Method Detail

      • execute

        public void execute​(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.jdbc.CalcitePrepare.Context context)