elasticsearch/docs/reference/sql
Andras Palinkas 4341e24c18
SQL: Add method args to PERCENTILE/PERCENTILE_RANK (#65026) (#65461)
* 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
(cherry-picked from e90437e )
2020-11-25 09:46:44 -05:00
..
appendix SQL: Implement TOP as an alternative to LIMIT (#57428) (#57507) 2020-06-02 10:53:42 +02:00
endpoints SQL: Document Maven Central as a JDBC repository (#62618) 2020-09-21 13:04:43 +02:00
functions SQL: Add method args to PERCENTILE/PERCENTILE_RANK (#65026) (#65461) 2020-11-25 09:46:44 -05:00
language SQL: Remove constant_keyword from SQL docs (#64709) 2020-11-06 20:10:21 +01:00
concepts.asciidoc [DOCS] Replace Wikipedia links with attribute (#61171) (#61209) 2020-08-17 11:27:04 -04:00
getting-started.asciidoc [DOCS] Reformat snippets to use two-space indents (#59973) (#59994) 2020-07-21 15:49:58 -04:00
index.asciidoc SQL: [Tests] Move JDBC integration tests to new module (#56872) (#57072) 2020-05-22 17:49:36 +02:00
limitations.asciidoc [DOCS] Swap [float] for [discrete] (#60134) 2020-07-23 12:42:33 -04:00
overview.asciidoc [DOCS] Swap [float] for [discrete] (#60134) 2020-07-23 12:42:33 -04:00
security.asciidoc [DOCS] Swap [float] for [discrete] (#60134) 2020-07-23 12:42:33 -04:00