mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
This improves the tests and docs for a few functions, specifically `E`, `FLOOR`, `PI`, `POW`, and `ROUND`. The examples and tested signatures will get copied into the docs and kibana signatures. Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
15 lines
371 B
Text
15 lines
371 B
Text
// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
|
|
|
|
[discrete]
|
|
[[esql-e]]
|
|
=== `E`
|
|
|
|
*Syntax*
|
|
|
|
[.text-center]
|
|
image::esql/functions/signature/e.svg[Embedded,opts=inline]
|
|
|
|
include::../parameters/e.asciidoc[]
|
|
include::../description/e.asciidoc[]
|
|
include::../types/e.asciidoc[]
|
|
include::../examples/e.asciidoc[]
|