summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorchenzizhan <[email protected]>2024-07-10 11:02:36 +0800
committerchenzizhan <[email protected]>2024-07-10 11:02:36 +0800
commite1fd771fc7e33ffd659535e81412179e8ac6929a (patch)
tree33faa31e3282d84c9a07d181a93676bf5acac21f /include
parentb711b50d356ffc09569d4f11ba2a0cae41045510 (diff)
spread sketch wipspreadsketch
Diffstat (limited to 'include')
-rw-r--r--include/fieldstat/fieldstat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fieldstat/fieldstat.h b/include/fieldstat/fieldstat.h
index 941b89c..b693d98 100644
--- a/include/fieldstat/fieldstat.h
+++ b/include/fieldstat/fieldstat.h
@@ -34,6 +34,7 @@ enum fs_tag_type
enum sampling_mode {
SAMPLING_MODE_COMPREHENSIVE,
SAMPLING_MODE_TOPK,
+ SAMPLING_MODE_SPREADSKETCH,
};
struct fieldstat_tag {