Class BeamSqlUnparseContext


  • public class BeamSqlUnparseContext
    extends org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rel.rel2sql.SqlImplementor.SimpleContext
    • Constructor Summary

      Constructors 
      Constructor Description
      BeamSqlUnparseContext​(java.util.function.IntFunction<org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlNode> field)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rel.type.RelDataType> getNullParams()  
      org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rel.rel2sql.SqlImplementor implementor()  
      org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlNode toSql​(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rex.RexProgram program, org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rex.RexNode rex)  
      • Methods inherited from class org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rel.rel2sql.SqlImplementor.SimpleContext

        field
      • Methods inherited from class org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rel.rel2sql.SqlImplementor.Context

        fieldList, getAliasContext, orderField, reverseCall, toSql, toSql, toSql, toSql, toSql
      • Methods inherited from class java.lang.Object

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

      • BeamSqlUnparseContext

        public BeamSqlUnparseContext​(java.util.function.IntFunction<org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlNode> field)
    • Method Detail

      • implementor

        public org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rel.rel2sql.SqlImplementor implementor()
        Overrides:
        implementor in class org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rel.rel2sql.SqlImplementor.SimpleContext
      • getNullParams

        public java.util.Map<java.lang.String,​org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rel.type.RelDataType> getNullParams()
      • toSql

        public org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.sql.SqlNode toSql​(org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rex.RexProgram program,
                                                                                           org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rex.RexNode rex)
        Overrides:
        toSql in class org.apache.beam.vendor.calcite.v1_40_0.org.apache.calcite.rel.rel2sql.SqlImplementor.Context