Class SqlColumnDeclaration

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.sdk.extensions.sql.impl.parser.SqlColumnDeclaration
All Implemented Interfaces:
Cloneable

public class SqlColumnDeclaration extends org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlCall
Parse tree for column.
  • Field Summary

    Fields inherited from class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode

    EMPTY_ARRAY, pos
  • Method Summary

    Modifier and Type
    Method
    Description
    List<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.SqlOperator
     
    void
    unparse(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)
     

    Methods inherited from class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlCall

    accept, clone, equalsDeep, findValidOptions, getCallSignature, getFunctionQuantifier, getKind, getMonotonicity, isCountStar, isExpanded, operand, operandCount, setOperand, validate

    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

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • getOperator

      public org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlOperator getOperator()
      Specified by:
      getOperator in class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlCall
    • getOperandList

      public List<org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlNode> getOperandList()
      Specified by:
      getOperandList in class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlCall
    • unparse

      public void unparse(org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlWriter writer, int leftPrec, int rightPrec)
      Overrides:
      unparse in class org.apache.beam.vendor.calcite.v1_28_0.org.apache.calcite.sql.SqlCall