OpenSearch/docs/reference/sql/functions
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
..
aggs.asciidoc DOC: Enhance SQL Functions documentation 2018-09-06 18:09:53 +03:00
date-time.asciidoc DOC: Enhance SQL Functions documentation 2018-09-06 18:09:53 +03:00
index.asciidoc DOC: Enhance SQL Functions documentation 2018-09-06 18:09:53 +03:00
math.asciidoc SQL: Functions enhancements (OCTET_LENGTH function, order functions alphabetically, RANDOM function docs) (#34101) 2018-10-09 00:20:18 +03:00
operators.asciidoc SQL: Implement IN(value1, value2, ...) expression. (#34581) 2018-10-23 14:28:23 +02:00
search.asciidoc DOC: Enhance SQL Functions documentation 2018-09-06 18:09:53 +03:00
string.asciidoc SQL: Functions enhancements (OCTET_LENGTH function, order functions alphabetically, RANDOM function docs) (#34101) 2018-10-09 00:20:18 +03:00
type-conversion.asciidoc SQL: Implement `CONVERT`, an alternative to `CAST` (#34660) 2018-10-23 11:21:15 +02:00