mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-26 08:07:27 -04:00
Annotations for math functions, datetime functions, string functions, type conversion functions.
9 lines
472 B
Text
Generated
9 lines
472 B
Text
Generated
// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
|
|
|
|
*Parameters*
|
|
|
|
`datePattern`::
|
|
The date format. Refer to the https://docs.oracle.com/en/java/javase/14/docs/api/java.base/java/time/format/DateTimeFormatter.html[`DateTimeFormatter` documentation] for the syntax. If `null`, the function returns `null`.
|
|
|
|
`dateString`::
|
|
Date expression as a string. If `null` or an empty string, the function returns `null`.
|