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/incubator-doris.git.


    from bcde1f2  [Function][Vectorized] Support least/greast function (#8107)
     add 8892780  [Vectorized][Feature] support agg function 
percentile&&percentile_approx (#8066)

No new revisions were added by this update.

Summary of changes:
 be/src/util/counts.h                               |   8 +-
 be/src/vec/CMakeLists.txt                          |   1 +
 .../aggregate_function_percentile_approx.cpp       |  58 +++++
 .../aggregate_function_percentile_approx.h         | 267 +++++++++++++++++++++
 .../aggregate_function_simple_factory.cpp          |   2 +
 .../java/org/apache/doris/catalog/FunctionSet.java |  28 +++
 6 files changed, 360 insertions(+), 4 deletions(-)
 create mode 100644 
be/src/vec/aggregate_functions/aggregate_function_percentile_approx.cpp
 create mode 100644 
be/src/vec/aggregate_functions/aggregate_function_percentile_approx.h

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

Reply via email to