30 lines
630 B
Markdown
30 lines
630 B
Markdown
|
---
|
||
|
navigation_title: "Operators"
|
||
|
mapped_pages:
|
||
|
- https://www.elastic.co/guide/en/elasticsearch/reference/current/esql-functions-operators.html#esql-operators
|
||
|
---
|
||
|
|
||
|
# {{esql}} operators [esql-operators]
|
||
|
|
||
|
Operators for performing operations on, or comparing against, one or multiple expressions.
|
||
|
|
||
|
:::{include} ../_snippets/lists/operators.md
|
||
|
:::
|
||
|
|
||
|
% And now the actual content
|
||
|
|
||
|
:::{include} ../_snippets/operators/binary.md
|
||
|
:::
|
||
|
|
||
|
:::{include} ../_snippets/operators/unary.md
|
||
|
:::
|
||
|
|
||
|
:::{include} ../_snippets/operators/logical.md
|
||
|
:::
|
||
|
|
||
|
:::{include} ../_snippets/operators/suffix.md
|
||
|
:::
|
||
|
|
||
|
:::{include} ../_snippets/operators/infix.md
|
||
|
:::
|