mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
[skip e2e] Add comment for Int64Stats (#13663)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
0e30ec25f3
commit
65faf03923
@ -24,9 +24,7 @@ const (
|
|||||||
maxBloomFalsePositive float64 = 0.005
|
maxBloomFalsePositive float64 = 0.005
|
||||||
)
|
)
|
||||||
|
|
||||||
type Stats interface {
|
// Int64Stats contains statistics data for int64 column
|
||||||
}
|
|
||||||
|
|
||||||
type Int64Stats struct {
|
type Int64Stats struct {
|
||||||
FieldID int64 `json:"fieldID"`
|
FieldID int64 `json:"fieldID"`
|
||||||
Max int64 `json:"max"`
|
Max int64 `json:"max"`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user