Class Exchange

    • Constructor Detail

      • Exchange

        protected Exchange​(RelOptCluster cluster,
                           RelTraitSet traitSet,
                           RelNode input,
                           RelDistribution distribution)
        Creates an Exchange.
        Parameters:
        cluster - Cluster this relational expression belongs to
        traitSet - Trait set
        input - Input relational expression
        distribution - Distribution specification
      • Exchange

        public Exchange​(RelInput input)
        Creates an Exchange by parsing serialized output.