milvus/internal/querycoordv2/task
Spade A faeb7fd410
feat: impl StructArray -- create schema, insert, and retrieve data (#42855)
Ref https://github.com/milvus-io/milvus/issues/42148

https://github.com/milvus-io/milvus/pull/42406 impls the segcore part of
storage for handling with VectorArray.
This PR:
1. impls the go part of storage for VectorArray
2. impls the collection creation with StructArrayField and VectorArray
3. insert and retrieve data from the collection.

---------

Signed-off-by: SpadeA <tangchenjie1210@gmail.com>
Signed-off-by: SpadeA-Tang <tangchenjie1210@gmail.com>
Signed-off-by: SpadeA-Tang <u6748471@anu.edu.au>
2025-07-27 01:30:55 +08:00
..
OWNERS Add OWNERS files for querycoordv2 sub pkgs (#23489) 2023-04-18 15:52:30 +08:00
action.go enhance: Optimize shard serviceable mechanism (#41937) 2025-05-22 11:38:24 +08:00
executor.go fix: balance channel before balance segment when upgrading (#43346) 2025-07-17 20:16:52 +08:00
mock_scheduler.go fix: mockery too unavailable after upgrade golang version (#41481) 2025-04-24 10:46:43 +08:00
scheduler.go enhance: Remove inadvertently introduced goccy/go-json dependency (#42146) 2025-06-03 17:38:32 +08:00
task.go fix: Prevent delegator unserviceable due to shard leader change (#42689) 2025-06-19 12:10:38 +08:00
task_test.go fix: Prevent duplicate segment results in count queries (#43173) 2025-07-14 11:10:49 +08:00
utils.go feat: impl StructArray -- create schema, insert, and retrieve data (#42855) 2025-07-27 01:30:55 +08:00
utils_test.go feat: supporing load priority for loading (#42413) 2025-06-17 15:22:38 +08:00