Back to Elasticsearch

Median

docs/reference/query-languages/esql/_snippets/functions/description/median.md

9.4.0621 B
Original Source

% This is generated by ESQL's AbstractFunctionTestCase. Do not edit it. See ../README.md for how to regenerate it.

Description

The value that is greater than half of all values and less than half of all values, also known as the 50% PERCENTILE.

::::{note} Like PERCENTILE, MEDIAN is usually approximate. ::::