Skip to content

Commit

Permalink
Mark sum_value in roaring_statistics_t as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Emann committed Jun 25, 2024
1 parent 2460988 commit df9a9da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/roaring/roaring_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ typedef struct roaring_statistics_s {
max_value; /* the maximal value, undefined if cardinality is zero */
uint32_t
min_value; /* the minimal value, undefined if cardinality is zero */

__attribute__((__deprecated__))
uint64_t sum_value; /* deprecated always zero */

uint64_t cardinality; /* total number of values stored in the bitmap */
Expand Down

0 comments on commit df9a9da

Please sign in to comment.