elasticsearch/docs/reference/esql/functions/unary.asciidoc
Nik Everett 3b738905e1
ESQL: Add type tables for operators to docs (#103206)
This adds a tiny blurb for each operator to the docs with a railroad
diagram of the operator's syntax and a table of the input and output
types. This also fixes the tests to correctly generate the tables for
operators.
2023-12-11 10:51:38 -05:00

12 lines
228 B
Text

[discrete]
[[esql-unary-operators]]
=== Unary operators
The only unary operators is negation (`-`):
[.text-center]
image::esql/functions/signature/neg.svg[Embedded,opts=inline]
Supported types:
include::types/neg.asciidoc[]