From d4fcced201d2ecd1dd1664cd2ec73aec34d0da4a Mon Sep 17 00:00:00 2001 From: Derek Nelson <=> Date: Thu, 1 Nov 2018 01:19:20 -0700 Subject: [PATCH] dist_agg ( tdigest, compression ) --- aggregates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aggregates.rst b/aggregates.rst index aa83b8f..494a4d5 100644 --- a/aggregates.rst +++ b/aggregates.rst @@ -109,7 +109,7 @@ Distribution Aggregates **dist_agg ( expression, compression )** - Same as above, but builds the underyling **tdigest** using the given compression. **compression** must be an integer in the range :code:`[20, 1000]`. A higher value for **compression** will yield a larger **tdigest** with but with more precision than a smaller **tdigest** with a lower **compression** value. + Same as above, but builds the underyling **tdigest** using the given **compression**. **compression** must be an integer in the range :code:`[20, 1000]`. A higher value for **compression** will yield a larger **tdigest** with but with more precision than a smaller **tdigest** with a lower **compression** value. **dist_merge_agg ( tdigest )**