mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
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.
12 lines
228 B
Text
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[]
|