Class SqlUseCatalog

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class SqlUseCatalog
    extends org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlSetOption
    • Field Summary

      • 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
      SqlUseCatalog​(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.SqlNode catalogName)  
    • 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)  
      java.util.List<org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlNode> getOperandList()  
      org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlOperator getOperator()  
      • Methods inherited from class org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlSetOption

        getKind, getName, 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

      • SqlUseCatalog

        public SqlUseCatalog​(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.SqlNode catalogName)
    • Method Detail

      • getOperator

        public org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlOperator getOperator()
        Overrides:
        getOperator in class org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlSetOption
      • getOperandList

        public java.util.List<org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlNode> getOperandList()
        Overrides:
        getOperandList in class org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlSetOption
      • execute

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