JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Enum
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
DataType
DataType.
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.