Uses of Class
io.milvus.grpc.DataType
-
Packages that use DataType Package Description io.milvus.grpc io.milvus.param io.milvus.param.collection -
-
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().milvus.proto.schema.DataType data_type = 5;DataTypeFieldSchema. getDataType().milvus.proto.schema.DataType data_type = 5;DataTypeFieldSchemaOrBuilder. getDataType().milvus.proto.schema.DataType data_type = 5;DataTypeFieldData.Builder. getType().milvus.proto.schema.DataType type = 1;DataTypeFieldData. getType().milvus.proto.schema.DataType type = 1;DataTypeFieldDataOrBuilder. getType().milvus.proto.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).milvus.proto.schema.DataType data_type = 5;FieldData.BuilderFieldData.Builder. setType(DataType value).milvus.proto.schema.DataType type = 1; -
Uses of DataType in io.milvus.param
Methods in io.milvus.param that return types with arguments of type DataType Modifier and Type Method Description static HashMap<DataType,String>ParamUtils. getTypeErrorMsg() -
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.
-