mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 04:19:18 +08:00
[skip ci] Add comment for Schema (#9045)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
66eac49c49
commit
a9a4b89b0e
@ -56,6 +56,7 @@ func (c *Collection) ID() UniqueID {
|
||||
return c.id
|
||||
}
|
||||
|
||||
// Schema returns the schema of collection
|
||||
func (c *Collection) Schema() *schemapb.CollectionSchema {
|
||||
return c.schema
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user