elasticsearch/docs/reference/esql/functions/layout/signum.asciidoc
Ioana Tagirta 7b254218fb
Add ES|QL signum function (#106866)
* Add ES|QL signum function

* Update docs/changelog/106866.yaml

* Skip csv tests for versions older than 8.14

* Reference layout docs file and fix instructions for adding functions

* Break csv specs by param type

* More tests
2024-04-04 09:48:35 +02:00

15 lines
406 B
Text
Generated

// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
[discrete]
[[esql-signum]]
=== `SIGNUM`
*Syntax*
[.text-center]
image::esql/functions/signature/signum.svg[Embedded,opts=inline]
include::../parameters/signum.asciidoc[]
include::../description/signum.asciidoc[]
include::../types/signum.asciidoc[]
include::../examples/signum.asciidoc[]