We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527aeac commit 0954fa3Copy full SHA for 0954fa3
source/encoding-channels/aggregation-options.txt
@@ -63,6 +63,10 @@ Numbers
63
- Averages all values in the field.
64
- :manual:`$avg </reference/operator/aggregation/avg/>`
65
66
+ * - ``median``
67
+ - Approximates the median value in the field.
68
+ - :manual:`$median </reference/operator/aggregation/median/>`
69
+
70
* - ``min``
71
- Returns the minimum value in the field.
72
- :manual:`$min </reference/operator/aggregation/min/>`
0 commit comments