mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-05 18:31:59 +08:00
7 lines
88 B
Go
7 lines
88 B
Go
package queryservice
|
|
|
|
type partition struct {
|
|
id UniqueID
|
|
segments []*segment
|
|
}
|