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-12 00:41:56 +08:00
|
|
|
Numeric expression for the base. If `null`, the function returns `null`.
|
2024-03-20 03:40:13 +08:00
|
|
|
|
|
|
|
`exponent`::
|
2024-04-12 00:41:56 +08:00
|
|
|
Numeric expression for the exponent. If `null`, the function returns `null`.
|