elasticsearch/docs/reference/sql
Marios Trivyzas 4a8386f271
SQL: Implement IN(value1, value2, ...) expression. (#34581)
Implement the functionality to translate the
`field IN (value1, value2,...)` expressions to proper Lucene queries
or painless script or local processors depending on the use case.

The `IN` expression can be used in SELECT, WHERE and HAVING clauses.

Closes: #32955
2018-10-23 14:28:23 +02: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: Implement IN(value1, value2, ...) expression. (#34581) 2018-10-23 14:28:23 +02: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
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