mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
30 lines
684 B
Text
30 lines
684 B
Text
[[esql-operators]]
|
|
==== {esql} operators
|
|
|
|
++++
|
|
<titleabbrev>Operators</titleabbrev>
|
|
++++
|
|
|
|
Boolean operators for comparing against one or multiple expressions.
|
|
|
|
// tag::op_list[]
|
|
* <<esql-binary-operators>>
|
|
* <<esql-unary-operators>>
|
|
* <<esql-logical-operators>>
|
|
* <<esql-predicates>>
|
|
* <<esql-cast-operator>>
|
|
* <<esql-in-operator>>
|
|
* <<esql-like-operator>>
|
|
* <<esql-rlike-operator>>
|
|
* experimental:[] <<esql-search-operators>>
|
|
// end::op_list[]
|
|
|
|
include::binary.asciidoc[]
|
|
include::unary.asciidoc[]
|
|
include::logical.asciidoc[]
|
|
include::predicates.asciidoc[]
|
|
include::cast.asciidoc[]
|
|
include::in.asciidoc[]
|
|
include::like.asciidoc[]
|
|
include::rlike.asciidoc[]
|
|
include::search.asciidoc[]
|