Uses of Class
io.milvus.grpc.DataType
-
Packages that use DataType Package Description io.milvus.grpc io.milvus.param.collection io.milvus.param.dml -
-
Uses of DataType in io.milvus.grpc
Methods in io.milvus.grpc that return DataType Modifier and Type Method Description static DataTypeDataType. forNumber(int value)DataTypeFieldSchema.Builder. getDataType().schema.DataType data_type = 5;DataTypeFieldSchema. getDataType().schema.DataType data_type = 5;DataTypeFieldSchemaOrBuilder. getDataType().schema.DataType data_type = 5;DataTypeFieldData.Builder. getType().schema.DataType type = 1;DataTypeFieldData. getType().schema.DataType type = 1;DataTypeFieldDataOrBuilder. getType().schema.DataType type = 1;static DataTypeDataType. valueOf(int value)Deprecated.static DataTypeDataType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.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.Methods in io.milvus.grpc that return types with arguments of type DataType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<DataType>DataType. internalGetValueMap()Methods in io.milvus.grpc with parameters of type DataType Modifier and Type Method Description FieldSchema.BuilderFieldSchema.Builder. setDataType(DataType value).schema.DataType data_type = 5;FieldData.BuilderFieldData.Builder. setType(DataType value).schema.DataType type = 1; -
Uses of DataType in io.milvus.param.collection
Methods in io.milvus.param.collection with parameters of type DataType Modifier and Type Method Description FieldType.BuilderFieldType.Builder. withDataType(@NonNull DataType dataType)Sets the data type for the field. -
Uses of DataType in io.milvus.param.dml
Methods in io.milvus.param.dml that return DataType Modifier and Type Method Description DataTypeInsertParam.Field. getType()Return data type of the field.Constructors in io.milvus.param.dml with parameters of type DataType Constructor Description Field(String name, DataType type, List<?> values)
-