milvus/internal/proto
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
..
commonpb Remove vector fields from output fields (#6112) 2021-06-25 16:52:11 +08:00
datapb Add GetFlushedSegments in data coordinator (#6253) 2021-07-02 11:16:20 +08:00
etcdpb Show/Describe collections/partitions with created timestamp (#6700) 2021-07-21 18:00:14 +08:00
indexcgopb Rename module (#4988) 2021-04-22 14:45:57 +08:00
indexpb Refactor the logic of assign tasks in IndexCoord (#6328) 2021-07-14 14:15:55 +08:00
internalpb change output_fields to out_fields_id for RetrieveRequest (#6506) 2021-07-14 13:11:54 +08:00
milvuspb Show/Describe collections/partitions with created timestamp (#6700) 2021-07-21 18:00:14 +08:00
planpb Refactor `RangeExpr` & `CompareExpr` (#6786) 2021-07-25 10:23:19 +08:00
proxypb Rename proto master/index_service/proxy_service (#5973) 2021-06-22 16:14:09 +08:00
querypb fix releasePartition not work after loadCollection (#6025) 2021-06-23 17:44:12 +08:00
rootcoordpb remove msgstream of segment info (#6280) 2021-07-03 14:36:18 +08:00
schemapb Support query return vector output field (#6570) 2021-07-16 17:19:55 +08:00
segcorepb Support query return vector output field (#6570) 2021-07-16 17:19:55 +08:00
OWNERS Update OWNERS 2021-05-30 18:58:47 +08:00
common.proto Remove vector fields from output fields (#6112) 2021-06-25 16:52:11 +08:00
data_coord.proto Add GetFlushedSegments in data coordinator (#6253) 2021-07-02 11:16:20 +08:00
etcd_meta.proto Show/Describe collections/partitions with created timestamp (#6700) 2021-07-21 18:00:14 +08:00
index_cgo_msg.proto Rename module (#4988) 2021-04-22 14:45:57 +08:00
index_coord.proto Refactor the logic of assign tasks in IndexCoord (#6328) 2021-07-14 14:15:55 +08:00
internal.proto change output_fields to out_fields_id for RetrieveRequest (#6506) 2021-07-14 13:11:54 +08:00
milvus.proto Show/Describe collections/partitions with created timestamp (#6700) 2021-07-21 18:00:14 +08:00
plan.proto Refactor `RangeExpr` & `CompareExpr` (#6786) 2021-07-25 10:23:19 +08:00
proxy.proto Rename proto master/index_service/proxy_service (#5973) 2021-06-22 16:14:09 +08:00
query_coord.proto fix releasePartition not work after loadCollection (#6025) 2021-06-23 17:44:12 +08:00
root_coord.proto remove msgstream of segment info (#6280) 2021-07-03 14:36:18 +08:00
schema.proto Support query return vector output field (#6570) 2021-07-16 17:19:55 +08:00
segcore.proto Support query return vector output field (#6570) 2021-07-16 17:19:55 +08:00