mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for GetSegmentInfo (#9054)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/9059/head
parent
170e76aee3
commit
4d14a84d46
|
@ -493,6 +493,7 @@ func (qc *QueryCoord) GetPartitionStates(ctx context.Context, req *querypb.GetPa
|
|||
}, nil
|
||||
}
|
||||
|
||||
// GetSegmentInfo returns infomation of all the segments on queryNodes, and the infomation includes memSize, numRow, indexName, indexID ...
|
||||
func (qc *QueryCoord) GetSegmentInfo(ctx context.Context, req *querypb.GetSegmentInfoRequest) (*querypb.GetSegmentInfoResponse, error) {
|
||||
status := &commonpb.Status{
|
||||
ErrorCode: commonpb.ErrorCode_Success,
|
||||
|
|
Loading…
Reference in New Issue