OpenSearch/docs/reference/sql
Costin Leau 783c9ed372
SQL: Allow sorting of groups by aggregates (#38042)
Introduce client-side sorting of groups based on aggregate
functions. To allow this, the Analyzer has been extended to push down
to underlying Aggregate, aggregate function and the Querier has been
extended to identify the case and consume the results in order and sort
them based on the given columns.
The underlying QueryContainer has been slightly modified to allow a view
of the underlying values being extracted as the columns used for sorting
might not be requested by the user.

The PR also adds minor tweaks, mainly related to tree output.

Close #35118
2019-02-02 01:38:25 +02:00
..
appendix SQL: documentation improvements and updates (#36918) 2018-12-21 23:25:54 +02:00
endpoints SQL: Added SSL configuration options tests (#37875) 2019-01-31 10:52:49 +02:00
functions SQL: Implement FIRST/LAST aggregate functions (#37936) 2019-01-31 16:33:05 +02:00
language SQL: Introduce SQL DATE data type (#37693) 2019-01-24 13:41:58 +02:00
concepts.asciidoc SQL: documentation improvements and updates (#36918) 2018-12-21 23:25:54 +02:00
getting-started.asciidoc SQL: [docs] Add `beta[]` markup to all SQL pages (#36471) 2018-12-11 13:25:29 +02:00
index.asciidoc Move ODBC documentation to `elasticsearch` repository (#36955) 2018-12-27 11:55:20 +02:00
limitations.asciidoc SQL: Allow sorting of groups by aggregates (#38042) 2019-02-02 01:38:25 +02:00
overview.asciidoc [DOCS] Various spelling corrections (#37046) 2019-01-07 14:44:12 +01:00
security.asciidoc SQL: [docs] Add `beta[]` markup to all SQL pages (#36471) 2018-12-11 13:25:29 +02:00