Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following graph describes the plan before transformation and plan after transformation for the above query.


Image RemovedImage Added


We do not need introduce new ExecNode for DynamicFilteringTableSourceScan, because the current mechanism has met our requirements, we just need to add input edges for Batch(Stream)ExecTableSourceScan node.

...