Uses of Class
io.milvus.v2.common.DataType
-
Packages that use DataType Package Description io.milvus.v2.common -
-
Uses of DataType in io.milvus.v2.common
Methods in io.milvus.v2.common that return DataType Modifier and Type Method Description static DataTypeDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataType[]DataType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-