This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 71b4e0de5c3 [fix](planner)LateralViewRef's toSql method is not
correctly implemented (#30590)
add df6d7a2329c support cosh math function (#30602)
No new revisions were added by this update.
Summary of changes:
be/src/vec/functions/math.cpp | 6 +++++
.../numeric-functions/{tanh.md => cosh.md} | 22 ++++++++--------
docs/sidebars.json | 3 ++-
.../numeric-functions/{tanh.md => cosh.md} | 22 ++++++++--------
.../doris/catalog/BuiltinScalarFunctions.java | 2 ++
.../functions/scalar/{Cbrt.java => Cosh.java} | 14 +++++------
.../expressions/visitor/ScalarFunctionVisitor.java | 5 ++++
gensrc/script/doris_builtins_functions.py | 1 +
.../data/nereids_function_p0/scalar_function/C.out | 29 ++++++++++++++++++++++
.../nereids_function_p0/scalar_function/C.groovy | 2 ++
10 files changed, 76 insertions(+), 30 deletions(-)
copy docs/en/docs/sql-manual/sql-functions/numeric-functions/{tanh.md =>
cosh.md} (79%)
copy docs/zh-CN/docs/sql-manual/sql-functions/numeric-functions/{tanh.md =>
cosh.md} (80%)
copy
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{Cbrt.java
=> Cosh.java} (86%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]