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

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


    from bd2280b4ce [fix](planner) move join reorder to the single node planner 
(#15817)
     add ecb5aea182 [Feature-WIP](inverted index) inverted index writer's 
implementation (#15821)

No new revisions were added by this update.

Summary of changes:
 be/CMakeLists.txt                                  |  16 +
 be/src/common/config.h                             |   6 +-
 be/src/common/status.h                             |   1 +
 be/src/io/fs/file_writer.h                         |   2 +-
 be/src/io/fs/local_file_system.cpp                 |   3 +-
 be/src/io/fs/local_file_writer.cpp                 |   4 +-
 be/src/io/fs/local_file_writer.h                   |   8 +-
 be/src/io/fs/s3_file_writer.h                      |   4 +-
 be/src/olap/CMakeLists.txt                         |   4 +
 be/src/olap/olap_common.h                          |  19 +
 be/src/olap/rowset/beta_rowset.cpp                 |  80 ++-
 be/src/olap/rowset/segment_v2/column_writer.cpp    |   5 +-
 .../inverted_index_compound_directory.cpp          | 711 +++++++++++++++++++++
 .../segment_v2/inverted_index_compound_directory.h | 158 +++++
 .../segment_v2/inverted_index_compound_reader.cpp  | 294 +++++++++
 .../segment_v2/inverted_index_compound_reader.h    |  81 +++
 .../olap/rowset/segment_v2/inverted_index_desc.cpp |  38 ++
 ...ty_segment_iterator.h => inverted_index_desc.h} |  23 +-
 .../rowset/segment_v2/inverted_index_writer.cpp    | 419 ++++++++++++
 .../olap/rowset/segment_v2/inverted_index_writer.h |  10 +-
 20 files changed, 1850 insertions(+), 36 deletions(-)
 create mode 100644 
be/src/olap/rowset/segment_v2/inverted_index_compound_directory.cpp
 create mode 100644 
be/src/olap/rowset/segment_v2/inverted_index_compound_directory.h
 create mode 100644 
be/src/olap/rowset/segment_v2/inverted_index_compound_reader.cpp
 create mode 100644 
be/src/olap/rowset/segment_v2/inverted_index_compound_reader.h
 create mode 100644 be/src/olap/rowset/segment_v2/inverted_index_desc.cpp
 copy be/src/olap/rowset/segment_v2/{empty_segment_iterator.h => 
inverted_index_desc.h} (62%)
 create mode 100644 be/src/olap/rowset/segment_v2/inverted_index_writer.cpp


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

Reply via email to