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 39c57203513 [chore](Nereids) turn on nereids dml when update to 2.1 
(#30776)
     add d1923cdcd50 [Function](exec) upport atan2 math function (#30672)

No new revisions were added by this update.

Summary of changes:
 be/src/vec/functions/math.cpp                      | 16 ++++++++++++
 .../from-base64.md => numeric-functions/atan2.md}  | 28 ++++++++++-----------
 docs/sidebars.json                                 |  1 +
 .../from-base64.md => numeric-functions/atan2.md}  | 28 ++++++++++-----------
 .../doris/catalog/BuiltinScalarFunctions.java      |  2 ++
 .../functions/scalar/{Dsqrt.java => Atan2.java}    | 20 +++++++--------
 .../expressions/visitor/ScalarFunctionVisitor.java |  5 ++++
 gensrc/script/doris_builtins_functions.py          |  1 +
 .../data/nereids_function_p0/scalar_function/A.out | 29 ++++++++++++++++++++++
 .../nereids_function_p0/scalar_function/A.groovy   |  4 ++-
 10 files changed, 93 insertions(+), 41 deletions(-)
 copy docs/en/docs/sql-manual/sql-functions/{string-functions/from-base64.md => 
numeric-functions/atan2.md} (76%)
 copy docs/zh-CN/docs/sql-manual/sql-functions/{string-functions/from-base64.md 
=> numeric-functions/atan2.md} (75%)
 copy 
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/scalar/{Dsqrt.java
 => Atan2.java} (80%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to