This is an automated email from the ASF dual-hosted git repository.
morningman pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 936da4f [feature](thread-pool) Support thread pool per disk for
scanners (#7994)
add b9f0b55 [refactor](storage) refactor some interfaces of storage layer
column (#8064)
No new revisions were added by this update.
Summary of changes:
be/src/olap/rowset/segment_v2/binary_dict_page.cpp | 27 +--
be/src/olap/rowset/segment_v2/binary_dict_page.h | 2 +-
be/src/olap/rowset/segment_v2/binary_plain_page.h | 49 +-----
be/src/olap/rowset/segment_v2/bitshuffle_page.h | 45 +----
be/src/olap/rowset/segment_v2/segment_iterator.cpp | 24 ++-
be/src/olap/rowset/segment_v2/segment_iterator.h | 2 +-
be/src/vec/columns/column.h | 20 ++-
be/src/vec/columns/column_complex.h | 17 ++
be/src/vec/columns/column_decimal.h | 11 ++
be/src/vec/columns/column_nullable.cpp | 20 +--
be/src/vec/columns/column_nullable.h | 21 ++-
be/src/vec/columns/column_string.h | 18 ++
be/src/vec/columns/column_vector.h | 92 +++++++---
be/src/vec/columns/predicate_column.h | 185 ++++++++-------------
be/src/vec/core/block.h | 16 ++
15 files changed, 260 insertions(+), 289 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]