milvus/internal/core
yah01 99e0f1e65a
enhance: unable to compile C++ tests (#29616)
The tests need to call a private method, Milvus uses `#define` to
replace private with public, the hack trick works but would be broken if
the including order changed.

This uses friend to make all things work well

Signed-off-by: yah01 <yang.cen@zilliz.com>
Signed-off-by: yah01 <yah2er0ne@outlook.com>
2024-01-04 13:20:46 +08:00
..
build-support Use Conan as c++ package manager (#19920) 2022-11-23 10:39:11 +08:00
cmake Add amazonlinux image, prepare to remove Centos7 image, remove openblas image (#26368) 2023-08-18 18:32:19 +08:00
src enhance: unable to compile C++ tests (#29616) 2024-01-04 13:20:46 +08:00
thirdparty feat: support inverted index (#28783) 2023-12-31 19:50:47 +08:00
unittest enhance: unable to compile C++ tests (#29616) 2024-01-04 13:20:46 +08:00
build.sh milvus support multi index engine (#27178) 2023-09-22 09:59:26 +08:00
CMakeLists.txt feat: integrate storagev2 in building index of segcore (#28768) 2023-12-05 16:48:54 +08:00
conanfile.py enhance: Refactor runtime and expr framework (#28166) 2023-12-18 12:04:42 +08:00
OWNERS
run_clang_format.sh feat: support inverted index (#28783) 2023-12-31 19:50:47 +08:00