Enum Constant and Description |
---|
BOOL |
DOUBLE |
FLOAT |
INT16 |
INT32 |
INT64 |
INT8 |
Modifier and Type | Method and Description |
---|---|
static boolean |
contains(io.milvus.grpc.DataType dataType) |
static java.lang.Integer |
getSize(io.milvus.grpc.DataType dataType) |
static TypeSize |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TypeSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeSize BOOL
public static final TypeSize INT8
public static final TypeSize INT16
public static final TypeSize INT32
public static final TypeSize INT64
public static final TypeSize FLOAT
public static final TypeSize DOUBLE
public static TypeSize[] values()
for (TypeSize c : TypeSize.values()) System.out.println(c);
public static TypeSize valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static boolean contains(io.milvus.grpc.DataType dataType)
public static java.lang.Integer getSize(io.milvus.grpc.DataType dataType)