You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable transform SQL to support the following FlinkSQL arithmetic functions:
log10(numeric): returns the base 10 logarithm of numeric
log2(numeric): returns the base 2 logarithm of numeric
log(numeric) or log(numeric1, numeric2): When called with one argument, returns the natural logarithm of numeric. When called with two arguments, this function returns the logarithm of numeric2 to the base numeric1.
exp(numeric): returns e raised to the power of numeric
Description
Enable transform SQL to support the following FlinkSQL arithmetic functions:
Parent issue:
#10022
Use case
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: