mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
[skip ci] Add comment for GetPartitionStates (#8996)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
parent
ea11f7cc2c
commit
c3e504b3fa
@ -454,6 +454,7 @@ func (qc *QueryCoord) CreateQueryChannel(ctx context.Context, req *querypb.Creat
|
||||
}, nil
|
||||
}
|
||||
|
||||
// GetPartitionStates returns state of the partition, including notExist, notPresent, onDisk, partitionInMemory, inMemory, partitionInGPU, InGPU
|
||||
func (qc *QueryCoord) GetPartitionStates(ctx context.Context, req *querypb.GetPartitionStatesRequest) (*querypb.GetPartitionStatesResponse, error) {
|
||||
status := &commonpb.Status{
|
||||
ErrorCode: commonpb.ErrorCode_Success,
|
||||
|
Loading…
Reference in New Issue
Block a user