elasticsearch/docs/reference/sql/functions
Andras Palinkas e242eb6a43
SQL: Add method args to PERCENTILE/PERCENTILE_RANK (#65026)
* Adds the capability to have functions with two optional arguments
* Adds two new optional arguments to `PERCENTILE()` and
  `PERCENTILE_RANK()` functions, namely the method and
  method_parameter which can be: 1) `tdigest` and a double `compression`
  parameter or 2) `hdr` and an integer representing the
  `number_of_digits` parameter.
* Integration tests
* Documentation updates

Closes #63567
2020-11-24 14:17:56 -05:00
..
aggs.asciidoc SQL: Add method args to PERCENTILE/PERCENTILE_RANK (#65026) 2020-11-24 14:17:56 -05:00
conditional.asciidoc
date-time.asciidoc
geo.asciidoc
grouping.asciidoc
index.asciidoc
like-rlike.asciidoc
math.asciidoc
operators.asciidoc
search.asciidoc
string.asciidoc
system.asciidoc
type-conversion.asciidoc