OpenSearch/docs/reference/sql
Costin Leau 52104aac27
SQL: Introduce support for NULL values (#34573)
Make SQL aware of missing and/or unmapped fields treating them as NULL
Make _all_ functions and operators null-safe aware, including when used
in filtering or sorting contexts
Add missing and null-safe doc value extractor
Modify dataset to have null fields spread around (in groups of 10)
Enforce missing last and unmapped_type inside sorting
Consolidate Predicate templating and declaration
Add support for Like/RLike in scripting
Generalize NULLS LAST/FIRST
Introduce early schema declaration for CSV spec tests: to keep the doc
snippets in place (introduce schema:: prefix for declaration)
upfront.

Fix #32079
2018-10-19 16:44:33 +03:00
..
appendix [DOCS] Moves reserved keywords under SQL section (#34124) 2018-09-28 10:17:41 -07:00
endpoints SQL: Introduce support for NULL values (#34573) 2018-10-19 16:44:33 +03:00
functions SQL: Functions enhancements (OCTET_LENGTH function, order functions alphabetically, RANDOM function docs) (#34101) 2018-10-09 00:20:18 +03:00
language SQL: Fix grammar for `*` in arithm expressions (#34176) 2018-10-02 11:47:42 +03:00
concepts.asciidoc Fix a variety of typos and misspelled words (#32792) 2018-10-03 18:11:38 +01:00
getting-started.asciidoc [DOCS] Move sql to docs (#31474) 2018-06-22 15:40:25 -07:00
index.asciidoc [DOCS] Synchronizes captialization in top-level titles (#33605) 2018-09-27 08:36:18 -07:00
overview.asciidoc Minor spelling and grammar fix (#32931) 2018-08-28 12:50:19 +02:00
security.asciidoc [DOCS] Move sql to docs (#31474) 2018-06-22 15:40:25 -07:00