elasticsearch/docs/reference/esql/functions/operators.asciidoc
Bogdan Pintea b26d7d3e14
Introduce an IP functions group (#108304)
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.
2024-05-06 13:43:30 +02:00

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[]