mirror of https://github.com/milvus-io/milvus.git
Add comment for type def in query node (#8220)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/8317/head
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…
Reference in New Issue