declarative-dataflow icon indicating copy to clipboard operation
declarative-dataflow copied to clipboard

Unify what `variables` is used for in the various plan stages

Open comnik opened this issue 6 years ago • 0 comments

This is currently a bit of a mess. Most stages use variables to indicate their output offsets. But for Join, variables is used as the target variables on which to join on and the output offsets are merely implied.

comnik avatar Apr 07 '19 15:04 comnik