Skip to content

Commit

Permalink
docs: document IfThen proto (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarua authored Jul 21, 2023
1 parent 6dfcdba commit 90ce1ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/substrait/algebra.proto
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,9 @@ message Expression {
}

message IfThen {
// A list of one or more IfClauses
repeated IfClause ifs = 1;
// The returned Expression if no IfClauses are satisified
Expression else = 2;

message IfClause {
Expand Down

0 comments on commit 90ce1ba

Please sign in to comment.