milvus/internal/queryservice/collection.go

7 lines
95 B
Go
Raw Normal View History

package queryservice
type collection struct {
id UniqueID
partitions []*partition
}