Class LogicalExchange

All Implemented Interfaces:
Cloneable, RelOptNode, RelNode

public final class LogicalExchange extends Exchange
Sub-class of Exchange not targeted at any particular engine or calling convention.
  • Constructor Details

    • LogicalExchange

      public LogicalExchange(RelInput input)
      Creates a LogicalExchange by parsing serialized output.
  • Method Details