Skip to content

Commit

Permalink
Add max_num_bytes_int to BytesStatistics
Browse files Browse the repository at this point in the history
  • Loading branch information
andylou2 authored Feb 4, 2021
1 parent e326140 commit fe2f9ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions facets_overview/proto/feature_statistics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ message BytesStatistics {
float min_num_bytes = 4;
// The maximum number of bytes in a value
float max_num_bytes = 5;
// The maximum number of bytes in a value, as an int
int64 max_num_bytes_int = 6;
}

// Statistics for a struct feature in a dataset.
Expand Down

0 comments on commit fe2f9ef

Please sign in to comment.