mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
[skip ci] Add comments for VectorFieldInfo (#11595)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
parent
d489a0a245
commit
b6c7bc19d1
@ -56,6 +56,7 @@ const (
|
|||||||
maxBloomFalsePositive float64 = 0.005
|
maxBloomFalsePositive float64 = 0.005
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// VectorFieldInfo contains binlog info of vector field
|
||||||
type VectorFieldInfo struct {
|
type VectorFieldInfo struct {
|
||||||
fieldBinlog *datapb.FieldBinlog
|
fieldBinlog *datapb.FieldBinlog
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user