2023-12-08 22:24:34 +08:00
|
|
|
[discrete]
|
|
|
|
[[esql-unary-operators]]
|
|
|
|
=== Unary operators
|
|
|
|
|
2023-12-11 23:51:38 +08:00
|
|
|
The only unary operators is negation (`-`):
|
2023-12-08 22:24:34 +08:00
|
|
|
|
|
|
|
[.text-center]
|
|
|
|
image::esql/functions/signature/neg.svg[Embedded,opts=inline]
|
2023-12-11 23:51:38 +08:00
|
|
|
|
|
|
|
Supported types:
|
|
|
|
|
|
|
|
include::types/neg.asciidoc[]
|