mirror of https://github.com/milvus-io/milvus.git
Add comment for chanPartSegments (#14748)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/14782/head
parent
37c9419707
commit
c3423a09c8
|
@ -101,6 +101,7 @@ func (m *meta) GetCollection(collectionID UniqueID) *datapb.CollectionInfo {
|
|||
return collection
|
||||
}
|
||||
|
||||
// chanPartSegments is an internal result struct, which is aggregates of SegmentInfos with same collectionID, partitionID and channelName
|
||||
type chanPartSegments struct {
|
||||
collecionID UniqueID
|
||||
partitionID UniqueID
|
||||
|
|
Loading…
Reference in New Issue