Skip to content

Commit

Permalink
Undocument nonexistent aggregate
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Nelson committed Feb 1, 2019
1 parent 6b59fd0 commit c231dc8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions aggregates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ Distribution Aggregates

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 )**

Merges all input **tdigests** into a single one representing all of the information contained in the input **tdigests**.

See :ref:`tdigest-funcs` for functionality that can be used to manipulate **tdigest** objects.

.. _misc-aggs:
Expand Down

0 comments on commit c231dc8

Please sign in to comment.