Class EnumerableTableModifyExtension

  • All Implemented Interfaces:
    Cloneable, org.apache.calcite.adapter.enumerable.EnumerableRel, org.apache.calcite.plan.RelOptNode, org.apache.calcite.rel.PhysicalNode, org.apache.calcite.rel.RelNode

    public class EnumerableTableModifyExtension
    extends org.apache.calcite.adapter.enumerable.EnumerableTableModify
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.calcite.rel.core.TableModify

        org.apache.calcite.rel.core.TableModify.Operation
      • Nested classes/interfaces inherited from interface org.apache.calcite.adapter.enumerable.EnumerableRel

        org.apache.calcite.adapter.enumerable.EnumerableRel.Prefer, org.apache.calcite.adapter.enumerable.EnumerableRel.Result
      • Nested classes/interfaces inherited from interface org.apache.calcite.rel.RelNode

        org.apache.calcite.rel.RelNode.Context
    • Field Summary

      • Fields inherited from class org.apache.calcite.rel.core.TableModify

        catalogReader, table
      • Fields inherited from class org.apache.calcite.rel.SingleRel

        input
      • Fields inherited from class org.apache.calcite.rel.AbstractRelNode

        digest, id, rowType, traitSet
    • Constructor Summary

      Constructors 
      Constructor Description
      EnumerableTableModifyExtension​(org.apache.calcite.plan.RelOptCluster cluster, org.apache.calcite.plan.RelTraitSet traits, org.apache.calcite.plan.RelOptTable table, org.apache.calcite.prepare.Prepare.CatalogReader catalogReader, org.apache.calcite.rel.RelNode child, org.apache.calcite.rel.core.TableModify.Operation operation, List<String> updateColumnList, List<org.apache.calcite.rex.RexNode> sourceExpressionList, boolean flattened)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.calcite.rel.RelNode copy​(org.apache.calcite.plan.RelTraitSet traitSet, List<org.apache.calcite.rel.RelNode> inputs)  
      org.apache.calcite.adapter.enumerable.EnumerableRel.Result implement​(org.apache.calcite.adapter.enumerable.EnumerableRelImplementor implementor, org.apache.calcite.adapter.enumerable.EnumerableRel.Prefer pref)  
      • Methods inherited from class org.apache.calcite.rel.core.TableModify

        computeSelfCost, deriveRowType, explainTerms, getCatalogReader, getExpectedInputRowType, getOperation, getSourceExpressionList, getTable, getUpdateColumnList, isDelete, isFlattened, isInsert, isMerge, isUpdate
      • Methods inherited from class org.apache.calcite.rel.SingleRel

        childrenAccept, estimateRowCount, getInput, getInputs, replaceInput
      • Methods inherited from class org.apache.calcite.rel.AbstractRelNode

        accept, accept, collectVariablesSet, collectVariablesUsed, deepEquals, deepHashCode, equals, explain, getCluster, getConvention, getCorrelVariable, getDescription, getDigest, getId, getInput, getRelDigest, getRelTypeName, getRowType, getTraitSet, getVariablesSet, hashCode, isEnforcer, isValid, metadata, onRegister, recomputeDigest, register, sole, toString
      • Methods inherited from interface org.apache.calcite.adapter.enumerable.EnumerableRel

        deriveTraits, getDeriveMode, passThroughTraits
      • Methods inherited from interface org.apache.calcite.rel.PhysicalNode

        derive, derive, passThrough
      • Methods inherited from interface org.apache.calcite.rel.RelNode

        accept, accept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeSelfCost, deepEquals, deepHashCode, estimateRowCount, explain, explain, fieldIsNullable, getConvention, getCorrelVariable, getDigest, getExpectedInputRowType, getInput, getInputs, getRelDigest, getRelTypeName, getRowType, getTable, getVariablesSet, isEnforcer, isValid, metadata, onRegister, recomputeDigest, register, replaceInput
      • Methods inherited from interface org.apache.calcite.plan.RelOptNode

        getCluster, getDescription, getId, getTraitSet
    • Constructor Detail

      • EnumerableTableModifyExtension

        public EnumerableTableModifyExtension​(org.apache.calcite.plan.RelOptCluster cluster,
                                              org.apache.calcite.plan.RelTraitSet traits,
                                              org.apache.calcite.plan.RelOptTable table,
                                              org.apache.calcite.prepare.Prepare.CatalogReader catalogReader,
                                              org.apache.calcite.rel.RelNode child,
                                              org.apache.calcite.rel.core.TableModify.Operation operation,
                                              List<String> updateColumnList,
                                              List<org.apache.calcite.rex.RexNode> sourceExpressionList,
                                              boolean flattened)
    • Method Detail

      • copy

        public org.apache.calcite.rel.RelNode copy​(org.apache.calcite.plan.RelTraitSet traitSet,
                                                   List<org.apache.calcite.rel.RelNode> inputs)
        Specified by:
        copy in interface org.apache.calcite.rel.RelNode
        Overrides:
        copy in class org.apache.calcite.adapter.enumerable.EnumerableTableModify
      • implement

        public org.apache.calcite.adapter.enumerable.EnumerableRel.Result implement​(org.apache.calcite.adapter.enumerable.EnumerableRelImplementor implementor,
                                                                                    org.apache.calcite.adapter.enumerable.EnumerableRel.Prefer pref)
        Specified by:
        implement in interface org.apache.calcite.adapter.enumerable.EnumerableRel
        Overrides:
        implement in class org.apache.calcite.adapter.enumerable.EnumerableTableModify