mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 02:13:33 -04:00
- Added the cube root function to ESQL (`CBRT(x)`). Nearly identical to SQRT, but without the negative numbers exception - Added docs generation support for Windows end lines (CRLF), as within the examples, it was writing the "\r" without the "\n" (Which was being converted to "\\n"), and some other inconsistencies - Some updates to `package-info.java` documentation over how to create functions - Fixes https://github.com/elastic/elasticsearch/issues/108675 Functions issue: https://github.com/elastic/elasticsearch/issues/98545
6 lines
201 B
Text
Generated
6 lines
201 B
Text
Generated
// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
|
|
|
|
*Parameters*
|
|
|
|
`number`::
|
|
Numeric expression. If `null`, the function returns `null`.
|