elasticsearch/docs/reference/query-languages/esql/functions-operators/operators.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

30 lines
630 B
Markdown
Raw Normal View History

---
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
:::