mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for isVector (#13654)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/13628/merge
parent
b0baff2249
commit
d5821ad18a
|
@ -231,6 +231,7 @@ func RepeatedKeyValToMap(kvPairs []*commonpb.KeyValuePair) (map[string]string, e
|
|||
return resMap, nil
|
||||
}
|
||||
|
||||
// isVector check if dataType belongs to vector type.
|
||||
func isVector(dataType schemapb.DataType) (bool, error) {
|
||||
switch dataType {
|
||||
case schemapb.DataType_Bool, schemapb.DataType_Int8,
|
||||
|
|
Loading…
Reference in New Issue