Skip to content

Commit

Permalink
update ballista.proto to include future features
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiayu Liu committed Jun 2, 2021
1 parent 9282d4a commit cc51a62
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ballista/rust/core/proto/ballista.proto
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,12 @@ message WindowExprNode {
// udaf = 3
}
LogicalExprNode expr = 4;
repeated LogicalExprNode order_by = 5;
// repeated LogicalExprNode partition_by = 5;
repeated LogicalExprNode order_by = 6;
// repeated LogicalExprNode filter = 7;
// oneof window_frame {
// WindowFrame frame = 8;
// }
}

message BetweenNode {
Expand Down

0 comments on commit cc51a62

Please sign in to comment.