milvus/internal/core/unittest
xaxys e43b43e7d8
Refactor RangeExpr & CompareExpr (#6786)
* Changed `RangeExpr` proto to `UnaryRangeExpr` & `BinaryRangeExpr`
Several unit test unpassed.

Signed-off-by: xaxys <tpnnghd@163.com>

* Fix bugs to pass unit test. Fix format.

Signed-off-by: xaxys <tpnnghd@163.com>

* Remove debug information.

Signed-off-by: xaxys <tpnnghd@163.com>

* Fix format.
Remove debug information.
Unify variable name.
Add error information.
Remove `CompareExpr` test in `test_c_api.cpp`.

Signed-off-by: xaxys <tpnnghd@163.com>

* Fix code format.

Signed-off-by: xaxys <tpnnghd@163.com>

* Update `Plan.cpp`.

Signed-off-by: xaxys <tpnnghd@163.com>
2021-07-25 10:23:19 +08:00
..
data Add SyntaxTree of QueryNode and Expr 2020-11-03 11:45:48 +08:00
test_utils optimize test_c_api.cpp (#6637) 2021-07-20 17:13:21 +08:00
CMakeLists.txt Fix bug: override the compare function of SearchResultPair (#6628) 2021-07-20 14:38:11 +08:00
init_gtest.cpp Support segcore config 2021-03-04 17:09:48 +08:00
test_binary.cpp Add span and segment interface, rename segment_growing and use interface as base 2021-01-13 18:46:25 +08:00
test_bitmap.cpp Update doc:module interfaces 2021-01-13 11:08:03 +08:00
test_c_api.cpp Refactor RangeExpr & CompareExpr (#6786) 2021-07-25 10:23:19 +08:00
test_common.cpp Add span and segment interface, rename segment_growing and use interface as base 2021-01-13 18:46:25 +08:00
test_concurrent_vector.cpp Add span and segment interface, rename segment_growing and use interface as base 2021-01-13 18:46:25 +08:00
test_expr.cpp refactor expr executor to use single bitset (#6667) 2021-07-23 15:30:12 +08:00
test_get_entity_by_ids.cpp Support GetEntityByIDs in CGo, fix segcore bugs (#5563) 2021-06-04 10:38:34 +08:00
test_index_wrapper.cpp Refactor RangeExpr & CompareExpr (#6786) 2021-07-25 10:23:19 +08:00
test_indexing.cpp Unify the usage of query and search (#6467) 2021-07-13 22:20:33 +08:00
test_init.cpp Support segcoreinit 2021-04-16 14:02:49 +08:00
test_interface.cpp Add span and segment interface, rename segment_growing and use interface as base 2021-01-13 18:46:25 +08:00
test_load.cpp Adapt Expr Executor to SegmentInternalInterface, fix row_count consistency 2021-01-16 18:12:58 +08:00
test_naive.cpp Fix msgstream deadlock when loadCollection 2021-02-07 15:47:10 +08:00
test_plan_proto.cpp Refactor RangeExpr & CompareExpr (#6786) 2021-07-25 10:23:19 +08:00
test_query.cpp Unify the usage of query and search (#6467) 2021-07-13 22:20:33 +08:00
test_reduce_c.cpp Fix bug: override the compare function of SearchResultPair (#6628) 2021-07-20 14:38:11 +08:00
test_reduce.cpp Unify the usage of query and search (#6467) 2021-07-13 22:20:33 +08:00
test_sealed.cpp remove deprecated (#6623) 2021-07-20 15:18:08 +08:00
test_segcore.cpp remove deprecated (#6623) 2021-07-20 15:18:08 +08:00
test_span.cpp support time travel (#5894) 2021-06-19 17:38:11 +08:00
test_timestamp_index.cpp support time travel (#5894) 2021-06-19 17:38:11 +08:00