You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by zo...@apache.org on 2022/12/28 12:09:05 UTC

[doris] branch master updated (4336aaa01a -> 305dd15fea)

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

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


    from 4336aaa01a [bug](datetimev2) fix wrong info when show create table (#15422)
     add 305dd15fea [improvement](index) Support bitmap index can be applied with compound predicate when enable vectorized engine query (#13035)

No new revisions were added by this update.

Summary of changes:
 be/src/common/config.h                             |   4 +
 be/src/exec/olap_common.h                          |  56 ++++-
 be/src/olap/column_predicate.h                     |  39 +++-
 be/src/olap/iterators.h                            |   4 +-
 be/src/olap/reader.cpp                             |  22 ++
 be/src/olap/reader.h                               |   6 +
 be/src/olap/rowset/beta_rowset_reader.cpp          |   9 +
 be/src/olap/rowset/rowset_reader_context.h         |   3 +
 be/src/olap/rowset/segment_v2/segment_iterator.cpp | 231 +++++++++++++++++++++
 be/src/olap/rowset/segment_v2/segment_iterator.h   |  36 ++++
 be/src/vec/exec/scan/new_olap_scan_node.cpp        |  16 ++
 be/src/vec/exec/scan/new_olap_scan_node.h          |   3 +
 be/src/vec/exec/scan/new_olap_scanner.cpp          |  11 +
 be/src/vec/exec/scan/new_olap_scanner.h            |   3 +
 be/src/vec/exec/scan/vscan_node.cpp                | 107 ++++++++++
 be/src/vec/exec/scan/vscan_node.h                  |  27 ++-
 be/src/vec/exprs/vectorized_fn_call.cpp            |  26 +++
 be/src/vec/exprs/vectorized_fn_call.h              |   3 +
 be/src/vec/exprs/vliteral.cpp                      |  14 +-
 be/src/vec/exprs/vliteral.h                        |   2 +
 be/src/vec/functions/function.h                    |   8 +
 21 files changed, 622 insertions(+), 8 deletions(-)


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