mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
[skip ci] Add comment for Query (#11905)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
parent
b265ac0dd7
commit
eaea788b6b
@ -1612,6 +1612,7 @@ func (node *Proxy) Flush(ctx context.Context, request *milvuspb.FlushRequest) (*
|
||||
return ft.result, nil
|
||||
}
|
||||
|
||||
// Query get the records by primary keys.
|
||||
func (node *Proxy) Query(ctx context.Context, request *milvuspb.QueryRequest) (*milvuspb.QueryResults, error) {
|
||||
if !node.checkHealthy() {
|
||||
return &milvuspb.QueryResults{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user