mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-04 11:18:44 +08:00
Add comment for type def in query node (#8220)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
5c5c4b004c
commit
36dd794986
@ -23,6 +23,7 @@ const (
|
||||
const invalidTimestamp = Timestamp(0)
|
||||
|
||||
type (
|
||||
// UniqueID is an identifier that is guaranteed to be unique among all the collections, partitions and segments
|
||||
UniqueID = typeutil.UniqueID
|
||||
// Timestamp is timestamp
|
||||
Timestamp = typeutil.Timestamp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user