milvus/pkg/common/tuple.go
jaime c9d0c157ec
Move some modules from internal to public package (#22572)
Signed-off-by: jaime <yun.zhang@zilliz.com>
2023-04-06 19:14:32 +08:00

6 lines
61 B
Go

package common
type Int64Tuple struct {
Key, Value int64
}