From 66295d829985aabba819ad1d832e104709761645 Mon Sep 17 00:00:00 2001 From: ofekshenawa Date: Fri, 17 Nov 2023 00:11:48 +0200 Subject: [PATCH] Remove unnecessary additions --- timeseries_commands.go | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/timeseries_commands.go b/timeseries_commands.go index 0d6fdaa9..61cc3a5b 100644 --- a/timeseries_commands.go +++ b/timeseries_commands.go @@ -82,13 +82,6 @@ const ( Max Range Count - CountDistinct - CountDistinctish - StdDev - Quantile - ToList - FirstValue - RandomSample First Last StdP @@ -114,20 +107,6 @@ func (a Aggregator) String() string { return "RANGE" case Count: return "COUNT" - case CountDistinct: - return "COUNT_DISTINCT" - case CountDistinctish: - return "COUNT_DISTINCTISH" - case StdDev: - return "STDDEV" - case Quantile: - return "QUANTILE" - case ToList: - return "TOLIST" - case FirstValue: - return "FIRST_VALUE" - case RandomSample: - return "RANDOM_SAMPLE" case First: return "FIRST" case Last: