mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 23:45:28 +08:00
[skip e2e] Improve annotation (#14977)
Signed-off-by: Xieql <qianglong.xie@zilliz.com>
This commit is contained in:
parent
8b06aac7a9
commit
0700312a4e
@ -153,7 +153,7 @@ func IsVectorType(dataType schemapb.DataType) bool {
|
||||
}
|
||||
}
|
||||
|
||||
// IsIntegerType returns true if input is a integer type, otherwise false
|
||||
// IsIntegerType returns true if input is an integer type, otherwise false
|
||||
func IsIntegerType(dataType schemapb.DataType) bool {
|
||||
switch dataType {
|
||||
case schemapb.DataType_Int8, schemapb.DataType_Int16,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user