milvus/internal/common/tuple.go
jaime 9672eae62c
Unify metastore catalog interface (#17772)
Signed-off-by: yun.zhang <yun.zhang@zilliz.com>
2022-07-22 10:20:29 +08:00

6 lines
61 B
Go

package common
type Int64Tuple struct {
Key, Value int64
}