mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 23:57:20 -04:00
This takes the CIDR_MATCH out of the operators group and adds it to a new `IP functions` group. The change also re-aranges the groups, grouping together the type-specific functions and ordering them alphabetically.
28 lines
613 B
Text
28 lines
613 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>>
|
|
// 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[]
|