Add comment for type def in query node (#8220)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/8317/head
bigsheeper 2021-09-22 11:28:04 +08:00 committed by GitHub
parent 5c5c4b004c
commit 36dd794986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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