mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
Add comment for chanPartSegments (#14748)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
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
Block a user