Skip to content

Commit c331ffe

Browse files
committed
add final agg
1 parent 45e60c7 commit c331ffe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

proto/executor.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ message Aggregation {
140140
// If it is a stream aggregation.
141141
optional bool streamed = 3 [(gogoproto.nullable) = false];
142142
optional Executor child = 6;
143+
// If it is a final aggregation.
144+
optional bool final = 7 [(gogoproto.nullable) = false];
143145
}
144146

145147
message TopN {

0 commit comments

Comments
 (0)