Skip to content

Commit

Permalink
[docs] Fix formatting for merge_tdist function
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Peveler <mpeveler@timescale.com>
  • Loading branch information
MasterOdin authored and steveburnett committed Nov 7, 2024
1 parent 62dd599 commit ac2c97d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions presto-docs/src/main/sphinx/functions/tdigest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Functions

This function is particularly useful for adding externally-created tdigests to Presto.

.. function:: merge_tdigest(array<tdigest<double>>) -> tdigest<double>
Returns a merged ``tdigest`` of the T-digests in an array. This is the
scalar complement to the aggregation function ``merge``.
.. function:: merge_tdigest(array<tdigest<double>>) -> tdigest<double>

Returns a merged ``tdigest`` of the T-digests in an array. This is the
scalar complement to the aggregation function ``merge``.

0 comments on commit ac2c97d

Please sign in to comment.