This is an automated email from the ASF dual-hosted git repository.
lihaopeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 9a24e70e743 [fix](group commit) Fix replay wal core because undefined
TLoadSourceType (#30571)
add 9c49f708835 [exec](function) Add tanh func (#30555)
No new revisions were added by this update.
Summary of changes:
be/src/vec/functions/math.cpp | 6 +++++
.../numeric-functions/{asin.md => tanh.md} | 29 +++++++++++-----------
docs/sidebars.json | 1 +
.../numeric-functions/{asin.md => tanh.md} | 29 +++++++++++-----------
.../doris/catalog/BuiltinScalarFunctions.java | 2 ++
.../functions/scalar/{Asin.java => Tanh.java} | 14 +++++------
.../expressions/visitor/ScalarFunctionVisitor.java | 5 ++++
gensrc/script/doris_builtins_functions.py | 1 +
.../data/nereids_function_p0/scalar_function/T.out | 29 ++++++++++++++++++++++
.../nereids_function_p0/scalar_function/T.groovy | 2 ++
10 files changed, 83 insertions(+), 35 deletions(-)
copy docs/en/docs/sql-manual/sql-functions/numeric-functions/{asin.md =>
tanh.md} (75%)
copy docs/zh-CN/docs/sql-manual/sql-functions/numeric-functions/{asin.md =>
tanh.md} (75%)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{Asin.java
=> Tanh.java} (86%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]