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 5badd70db2 [fix](csv-reader) Fix core dump when load text into doris
with special delimiter (#14196)
add 70cc725649 [Vectorized](function) support
avg_weighted/percentile_array/topn_wei… (#14209)
No new revisions were added by this update.
Summary of changes:
be/src/vec/CMakeLists.txt | 1 +
.../aggregate_function_avg_weighted.cpp | 53 +++++++
.../aggregate_function_avg_weighted.h | 111 ++++++++++++++
.../aggregate_function_percentile_approx.cpp | 12 +-
.../aggregate_function_percentile_approx.h | 160 +++++++++++++++++----
.../aggregate_function_simple_factory.cpp | 2 +
.../aggregate_function_topn.cpp | 58 ++++----
.../aggregate_functions/aggregate_function_topn.h | 73 +++++++---
.../docs/ecosystem/external-table/jdbc-of-doris.md | 7 +-
.../{stddev_samp.md => avg_weighted.md} | 23 +--
.../aggregate-functions/percentile.md | 2 +-
.../percentile_array.md} | 38 +++--
.../aggregate-functions/topn_array.md | 8 +-
.../{topn_array.md => topn_weighted.md} | 35 +++--
docs/sidebars.json | 3 +
.../docs/ecosystem/external-table/jdbc-of-doris.md | 6 +
.../{stddev_samp.md => avg_weighted.md} | 20 +--
.../aggregate-functions/percentile.md | 2 +-
.../percentile_array.md} | 37 ++---
.../aggregate-functions/topn_array.md | 6 +-
.../{topn_array.md => topn_weighted.md} | 34 ++---
.../java/org/apache/doris/catalog/FunctionSet.java | 21 +++
.../data/query_p0/aggregate/aggregate.out | 9 ++
.../suites/query_p0/aggregate/aggregate.groovy | 3 +
24 files changed, 546 insertions(+), 178 deletions(-)
create mode 100644
be/src/vec/aggregate_functions/aggregate_function_avg_weighted.cpp
create mode 100644
be/src/vec/aggregate_functions/aggregate_function_avg_weighted.h
copy docs/en/docs/sql-manual/sql-functions/aggregate-functions/{stddev_samp.md
=> avg_weighted.md} (69%)
copy
docs/en/docs/sql-manual/sql-functions/{date-time-functions/timestampadd.md =>
aggregate-functions/percentile_array.md} (54%)
copy docs/en/docs/sql-manual/sql-functions/aggregate-functions/{topn_array.md
=> topn_weighted.md} (60%)
copy
docs/zh-CN/docs/sql-manual/sql-functions/aggregate-functions/{stddev_samp.md =>
avg_weighted.md} (70%)
mode change 100755 => 100644
copy
docs/zh-CN/docs/sql-manual/sql-functions/{date-time-functions/timestampadd.md
=> aggregate-functions/percentile_array.md} (56%)
mode change 100644 => 100755
copy
docs/zh-CN/docs/sql-manual/sql-functions/aggregate-functions/{topn_array.md =>
topn_weighted.md} (60%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]