Skip to content

Commit

Permalink
dist_agg ( tdigest, compression )
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Nelson committed Nov 1, 2018
1 parent fe416f6 commit d4fcced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggregates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 )**

Expand Down

0 comments on commit d4fcced

Please sign in to comment.