Skip to content

Commit 0954fa3

Browse files
DOCSP-34393 added median to the agg options table (#635)
* added median to the agg options table
1 parent 527aeac commit 0954fa3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/encoding-channels/aggregation-options.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ Numbers
6363
- Averages all values in the field.
6464
- :manual:`$avg </reference/operator/aggregation/avg/>`
6565

66+
* - ``median``
67+
- Approximates the median value in the field.
68+
- :manual:`$median </reference/operator/aggregation/median/>`
69+
6670
* - ``min``
6771
- Returns the minimum value in the field.
6872
- :manual:`$min </reference/operator/aggregation/min/>`

0 commit comments

Comments
 (0)