elasticsearch/docs/reference/esql/functions/layout/ceil.asciidoc
Nik Everett 7c46c735e4
ESQL: Generate docs for ceil (#106616)
This replaces the hand maintained docs for `CEIL` and with the docs
generated by the tests. There shouldn't be any diff in the generated
docs.
2024-03-21 13:01:15 -04:00

15 lines
392 B
Text
Generated

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