signum.asciidoc 249 B

12345
  1. // This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
  2. *Description*
  3. Returns the sign of the given number. It returns `-1` for negative numbers, `0` for `0` and `1` for positive numbers.