[skip ci] Add comments for VectorFieldInfo (#11595)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
xige-16 2021-11-10 23:48:06 +08:00 committed by GitHub
parent d489a0a245
commit b6c7bc19d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,6 +56,7 @@ const (
maxBloomFalsePositive float64 = 0.005
)
// VectorFieldInfo contains binlog info of vector field
type VectorFieldInfo struct {
fieldBinlog *datapb.FieldBinlog
}