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: