2024-03-30 00:24:31 +08:00
|
|
|
// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
|
|
|
|
|
2024-03-20 03:40:13 +08:00
|
|
|
*Parameters*
|
|
|
|
|
|
|
|
`base`::
|
2024-04-03 21:46:32 +08:00
|
|
|
Base of logarithm. If `null`, the function returns `null`. If not provided, this function returns the natural logarithm (base e) of a value.
|
2024-03-20 03:40:13 +08:00
|
|
|
|
2024-03-21 04:32:12 +08:00
|
|
|
`number`::
|
2024-04-03 21:46:32 +08:00
|
|
|
Numeric expression. If `null`, the function returns `null`.
|