OpenSearch/docs/reference/sql/endpoints
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
..
client-apps DOC: improved wording in SQL client app section 2018-09-13 22:07:23 +03:00
cli.asciidoc
index.asciidoc DOC: Add SQL section on client applications 2018-09-13 15:44:52 +03:00
jdbc.asciidoc Fix a variety of typos and misspelled words (#32792) 2018-10-03 18:11:38 +01:00
rest.asciidoc
translate.asciidoc SQL: Introduce support for NULL values (#34573) 2018-10-19 16:44:33 +03:00