milvus/internal/queryservice/partition.go

7 lines
88 B
Go

package queryservice
type partition struct {
id UniqueID
segments []*segment
}