milvus/internal/proto
MrPresent-Han 9e2e7157e9
feat: support search_group_by for milvus(#25324) (#28983)
related: #25324

Search GroupBy function, used to aggregate result entities based on a
specific scalar column.
several points to mention:

1. Temporarliy, the whole groupby is implemented separated from
iterative expr framework **for the first period**
2. In the long term, the groupBy operation will be incorporated into the
iterative expr framework:https://github.com/milvus-io/milvus/pull/28166
3. This pr includes some unrelated mocked interface regarding alterIndex
due to some unworth-to-mention reasons. All these un-associated content
will be removed before the final pr is merged. This version of pr is
only for review
4. All other related details were commented in the files comparison

Signed-off-by: MrPresent-Han <chun.han@zilliz.com>
2024-01-05 15:50:47 +08:00
..
data_coord.proto enhance: Explicitly pass LevelZero segment ids in vchan info (#29612) 2024-01-04 16:46:45 +08:00
etcd_meta.proto [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
index_cgo_msg.proto Unify interface of vector index & scalar index. (#15959) 2022-03-21 14:23:24 +08:00
index_coord.proto feat: Support multiple vector indexes in a collection (#27700) 2023-12-29 11:44:45 +08:00
internal.proto enable ctx traceId for assignsegment on dc(#26972) (#27108) (#27030) 2023-09-18 11:39:20 +08:00
OWNERS [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
plan.proto feat: support search_group_by for milvus(#25324) (#28983) 2024-01-05 15:50:47 +08:00
proxy.proto Support to manage connections (#24224) 2023-05-19 12:51:23 +08:00
query_coord.proto enhance: make delegator delete buffer holding all delete from cp (#29626) 2024-01-04 17:02:46 +08:00
root_coord.proto [Cherry-Pick] Support Database (#24769) 2023-06-25 17:20:43 +08:00
segcore.proto add growing segment index (#23615) 2023-04-26 10:14:41 +08:00