You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by zh...@apache.org on 2019/12/13 08:12:16 UTC

[incubator-doris] branch master updated (5b3f61f -> cf6d705)

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

zhaoc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.


    from 5b3f61f  Update README.md (#2452)
     add cf6d705  Add  intersect_count UDAF (#2418)

No new revisions were added by this update.

Summary of changes:
 be/src/exprs/bitmap_function.cpp                   | 390 +++++++++++++++++++++
 be/src/exprs/bitmap_function.h                     |  14 +
 be/src/exprs/new_agg_fn_evaluator.cc               |   4 +-
 be/src/udf/udf.h                                   |   3 +
 be/src/udf/udf_ir.cpp                              |   4 +
 be/src/util/bitmap.h                               |  46 ++-
 be/test/exprs/bitmap_function_test.cpp             | 100 +++++-
 be/test/util/bitmap_test.cpp                       | 136 +++++++
 .../apache/doris/analysis/FunctionCallExpr.java    |  24 ++
 .../apache/doris/catalog/AggregateFunction.java    |  35 +-
 .../java/org/apache/doris/catalog/FunctionSet.java | 177 +++++++++-
 11 files changed, 915 insertions(+), 18 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org