This is an automated email from the ASF dual-hosted git repository. airborne pushed a commit to branch clucene in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
The following commit(s) were added to refs/heads/clucene by this push: new 5a9d94cac11 [fix](bkd) make ram_bytes_used for bkd reader public (#273) 5a9d94cac11 is described below commit 5a9d94cac11584c225066ac7a24d6db9fae3582e Author: airborne12 <jiang...@selectdb.com> AuthorDate: Tue Jan 21 11:50:25 2025 +0800 [fix](bkd) make ram_bytes_used for bkd reader public (#273) --- src/core/CLucene/util/bkd/bkd_reader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/CLucene/util/bkd/bkd_reader.h b/src/core/CLucene/util/bkd/bkd_reader.h index e6f466931f1..55a76f0853c 100644 --- a/src/core/CLucene/util/bkd/bkd_reader.h +++ b/src/core/CLucene/util/bkd/bkd_reader.h @@ -160,9 +160,9 @@ public: std::vector<uint8_t> &cellMinPacked, std::vector<uint8_t> &cellMaxPacked); std::shared_ptr<intersect_state> get_intersect_state(bkd_reader::intersect_visitor *visitor); + int64_t ram_bytes_used(); private: - int64_t ram_bytes_used(); store::Directory* _dir; bool _close_directory; }; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org