mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 04:49:08 +08:00
a98c79b6a6
Signed-off-by: longjiquan <jiquan.long@zilliz.com>
10 lines
140 B
Go
10 lines
140 B
Go
package indexparamcheck
|
|
|
|
type flatChecker struct {
|
|
floatVectorBaseChecker
|
|
}
|
|
|
|
func newFlatChecker() IndexChecker {
|
|
return &flatChecker{}
|
|
}
|