mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 09:38:39 +08:00
[skip ci] Add a comment for describeCollection function in meta_cache (#13018)
Signed-off-by: yun.zhang <yun.zhang@zilliz.com> Co-authored-by: yun.zhang <yun.zhang@zilliz.com>
This commit is contained in:
parent
7691876fff
commit
f479381c39
@ -274,6 +274,7 @@ func (m *MetaCache) GetPartitionInfo(ctx context.Context, collectionName string,
|
||||
}, nil
|
||||
}
|
||||
|
||||
// Get the collection information from rootcoord.
|
||||
func (m *MetaCache) describeCollection(ctx context.Context, collectionName string) (*milvuspb.DescribeCollectionResponse, error) {
|
||||
req := &milvuspb.DescribeCollectionRequest{
|
||||
Base: &commonpb.MsgBase{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user