mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 09:54:06 -04:00
Annotations for math functions, datetime functions, string functions, type conversion functions.
9 lines
353 B
Text
Generated
9 lines
353 B
Text
Generated
// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
|
|
|
|
*Parameters*
|
|
|
|
`dateFormat`::
|
|
Date format (optional). If no format is specified, the `yyyy-MM-dd'T'HH:mm:ss.SSSZ` format is used. If `null`, the function returns `null`.
|
|
|
|
`date`::
|
|
Date expression. If `null`, the function returns `null`.
|