[skip ci] Add comment for type def in query node (#8415)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/8436/head
bigsheeper 2021-09-23 21:44:17 +08:00 committed by GitHub
parent 3296475517
commit 322f4ec80f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ type (
ConsumeSubName = string
)
// TimeRange is a range of time periods
type TimeRange struct {
timestampMin Timestamp
timestampMax Timestamp