2023-10-17 23:36:14 +08:00
|
|
|
[[esql-operators]]
|
2023-10-23 22:45:42 +08:00
|
|
|
==== {esql} operators
|
2023-10-17 23:36:14 +08:00
|
|
|
|
|
|
|
++++
|
|
|
|
<titleabbrev>Operators</titleabbrev>
|
|
|
|
++++
|
|
|
|
|
|
|
|
Boolean operators for comparing against one or multiple expressions.
|
|
|
|
|
2023-10-23 22:45:42 +08:00
|
|
|
// tag::op_list[]
|
2023-10-17 23:36:14 +08:00
|
|
|
* <<esql-binary-operators>>
|
2023-12-08 22:24:34 +08:00
|
|
|
* <<esql-unary-operators>>
|
2023-10-17 23:36:14 +08:00
|
|
|
* <<esql-logical-operators>>
|
|
|
|
* <<esql-predicates>>
|
|
|
|
* <<esql-cidr_match>>
|
|
|
|
* <<esql-in-operator>>
|
|
|
|
* <<esql-like-operator>>
|
|
|
|
* <<esql-rlike-operator>>
|
2023-10-23 22:45:42 +08:00
|
|
|
// end::op_list[]
|
2023-10-17 23:36:14 +08:00
|
|
|
|
|
|
|
include::binary.asciidoc[]
|
2023-12-08 22:24:34 +08:00
|
|
|
include::unary.asciidoc[]
|
2023-10-17 23:36:14 +08:00
|
|
|
include::logical.asciidoc[]
|
|
|
|
include::predicates.asciidoc[]
|
|
|
|
include::cidr_match.asciidoc[]
|
|
|
|
include::in.asciidoc[]
|
|
|
|
include::like.asciidoc[]
|
|
|
|
include::rlike.asciidoc[]
|