Skip to content

Commit

Permalink
fix: add missing switch expression (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanstraten authored Apr 7, 2022
1 parent f7a74dd commit 4db2a9f
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 @@ -484,6 +484,7 @@ message Expression {
}

message SwitchExpression {
Expression match = 3;
repeated IfValue ifs = 1;
Expression else = 2;

Expand Down

0 comments on commit 4db2a9f

Please sign in to comment.