[skip e2e] Add comment for Int64Stats (#13663)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
congqixia 2021-12-17 22:04:43 +08:00 committed by GitHub
parent 0e30ec25f3
commit 65faf03923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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