Skip to content

Commit

Permalink
Update proto/substrait/algebra.proto
Browse files Browse the repository at this point in the history
Co-authored-by: Weston Pace <[email protected]>
  • Loading branch information
danepitkin and westonpace authored Oct 13, 2023
1 parent ae534eb commit 2e716db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/substrait/algebra.proto
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ message NestedLoopJoinRel {
RelCommon common = 1;
Rel left = 2;
Rel right = 3;
// optional, defaults to true (a cartesian join)
Expression expression = 4;

JoinType type = 5;
Expand Down

0 comments on commit 2e716db

Please sign in to comment.