This is an automated email from the ASF dual-hosted git repository.

liuneng pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


    from 264a5dc02 [GLUTEN-5380][CH] Support bin function (#5383)
     add 5e4b14ce6 [GLUTEN-4483][CH]Improve divide (#5387)

No new revisions were added by this update.

Summary of changes:
 cpp-ch/local-engine/CMakeLists.txt                 |   3 +
 ...rkFunctionFloor.cpp => SparkFunctionDivide.cpp} |   9 +-
 .../local-engine/Functions/SparkFunctionDivide.h   | 146 +++++++++++++++++++++
 .../Parser/scalar_function_parser/divide.cpp       |  11 +-
 cpp-ch/local-engine/tests/CMakeLists.txt           |   3 +-
 .../tests/benchmark_spark_divide_function.cpp      | 128 ++++++++++++++++++
 6 files changed, 285 insertions(+), 15 deletions(-)
 copy cpp-ch/local-engine/Functions/{SparkFunctionFloor.cpp => 
SparkFunctionDivide.cpp} (86%)
 create mode 100644 cpp-ch/local-engine/Functions/SparkFunctionDivide.h
 create mode 100644 
cpp-ch/local-engine/tests/benchmark_spark_divide_function.cpp


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

Reply via email to