elasticsearch/docs/reference/esql/functions/parameters/case.asciidoc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
324 B
Plaintext
Raw Normal View History

// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
*Parameters*
`condition`::
A condition.
`trueValue`::
The value that's returned when the corresponding condition is the first to evaluate to `true`. The default value is returned when no condition matches.