Skip to content

Commit

Permalink
Add timestamps in Aggregate
Browse files Browse the repository at this point in the history
  • Loading branch information
Woohyeok Choi committed Oct 11, 2020
1 parent f10daf3 commit 02ce956
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aggregate.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ message Aggregation {
DatumType datum_type = 1;
Subject subject = 2;
double value = 3;
int64 first_timestamp = 4;
int64 last_timestamp = 5;
}
repeated Group group = 1;
}

0 comments on commit 02ce956

Please sign in to comment.