This is an automated email from the ASF dual-hosted git repository.
kangkaisen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from d647045 [CodeRefactor] vector reserve before push_back (#3463)
add 7399997 [Memory Engine] Add hash index implementation (#3462)
No new revisions were added by this update.
Summary of changes:
be/src/olap/memory/CMakeLists.txt | 1 +
be/src/olap/memory/hash_index.cpp | 169 ++++++++++++++++++++++++++++++++
be/src/olap/memory/hash_index.h | 108 ++++++++++++++++++++
be/test/olap/CMakeLists.txt | 1 +
be/test/olap/memory/hash_index_test.cpp | 111 +++++++++++++++++++++
run-ut.sh | 3 +
6 files changed, 393 insertions(+)
create mode 100644 be/src/olap/memory/hash_index.cpp
create mode 100644 be/src/olap/memory/hash_index.h
create mode 100644 be/test/olap/memory/hash_index_test.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]