elasticsearch/docs/reference/esql/functions/conditional-functions-and-expressions.asciidoc
AlexB 931dcae41d
Add improvements to the ES|QL docs (#101195)
Content and structural improvements to the ES|QL docs

---------

Co-authored-by: Alexandros Batsakis <abatsakis@splunk.com>
Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
2023-10-23 07:45:42 -07:00

21 lines
531 B
Text

[[esql-conditional-functions-and-expressions]]
==== {esql} conditional functions and expressions
++++
<titleabbrev>Conditional functions and expressions</titleabbrev>
++++
Conditional functions return one of their arguments by evaluating in an if-else
manner. {esql} supports these conditional functions:
// tag::cond_list[]
* <<esql-case>>
* <<esql-coalesce>>
* <<esql-greatest>>
* <<esql-least>>
// end::cond_list[]
include::case.asciidoc[]
include::coalesce.asciidoc[]
include::greatest.asciidoc[]
include::least.asciidoc[]