substrait-io / substrait-java

Apache License 2.0
75 stars 72 forks source link

feat: add MergeJoinRel #201

Closed danepitkin closed 10 months ago

danepitkin commented 11 months ago

Closes https://github.com/substrait-io/substrait-java/issues/198

danepitkin commented 11 months ago

The MergeJoin implementation is identical to the HashJoin implementation. Any changes unrelated to MergeJoin that you see are just code snippets being moved around (I grouped the three physical operator implementations together for better readability).