comnik / comnik/declarative-dataflow
Unify what `variables` is used for in the various plan stages
Open
- Dominant language
- Rust
- Stars
- 326
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.