substrait-io / substrait-java

Apache License 2.0
75 stars 72 forks source link

Implement MergeJoinRel #198

Closed danepitkin closed 10 months ago

danepitkin commented 11 months ago

Let's add the final physical join operator to Substrait Java for completeness. NLJ (https://github.com/substrait-io/substrait-java/pull/188) and HashJoin (https://github.com/substrait-io/substrait-java/pull/187) have already been added.