diff options
| author | chenzizhan <[email protected]> | 2024-07-10 11:03:24 +0800 |
|---|---|---|
| committer | chenzizhan <[email protected]> | 2024-07-10 11:03:24 +0800 |
| commit | 677f337e195e3b9b6e416109df8d51c14da2791b (patch) | |
| tree | 5000114106f11d715e95eb9762dddaf5af361c41 /include/fieldstat/fieldstat.h | |
| parent | 34be9bf8b545162c1a32f751776906c5fd1f5ad3 (diff) | |
| parent | e1fd771fc7e33ffd659535e81412179e8ac6929a (diff) | |
Merge branch 'spreadsketch' into refactor-heavykeeper-newkey
Diffstat (limited to 'include/fieldstat/fieldstat.h')
| -rw-r--r-- | include/fieldstat/fieldstat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fieldstat/fieldstat.h b/include/fieldstat/fieldstat.h index 2de938e..92e8ceb 100644 --- a/include/fieldstat/fieldstat.h +++ b/include/fieldstat/fieldstat.h @@ -34,6 +34,7 @@ enum field_type enum sampling_mode { SAMPLING_MODE_COMPREHENSIVE, SAMPLING_MODE_TOPK, + SAMPLING_MODE_SPREADSKETCH, }; struct field { |
