Uses of Class
io.milvus.grpc.DataType
-
Packages that use DataType Package Description io.milvus.bulkwriter.common.clientenum io.milvus.grpc io.milvus.param io.milvus.param.collection io.milvus.param.highlevel.collection io.milvus.v2.utils -
-
Uses of DataType in io.milvus.bulkwriter.common.clientenum
Methods in io.milvus.bulkwriter.common.clientenum with parameters of type DataType Modifier and Type Method Description static booleanTypeSize. contains(DataType dataType)static IntegerTypeSize. getSize(DataType dataType) -
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;DataTypeArrayArray.Builder. getElementType().milvus.proto.schema.DataType element_type = 2;DataTypeArrayArray. getElementType().milvus.proto.schema.DataType element_type = 2;DataTypeArrayArrayOrBuilder. getElementType().milvus.proto.schema.DataType element_type = 2;DataTypeFieldSchema.Builder. getElementType()state is `Created`.DataTypeFieldSchema. getElementType()state is `Created`.DataTypeFieldSchemaOrBuilder. getElementType()state is `Created`.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;ArrayArray.BuilderArrayArray.Builder. setElementType(DataType value).milvus.proto.schema.DataType element_type = 2;FieldSchema.BuilderFieldSchema.Builder. setElementType(DataType value)state is `Created`.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()Methods in io.milvus.param with parameters of type DataType Modifier and Type Method Description static booleanParamUtils. isVectorDataType(DataType dataType) -
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.FieldType.BuilderFieldType.Builder. withElementType(@NonNull DataType elementType)Sets the element type for Array type field. -
Uses of DataType in io.milvus.param.highlevel.collection
Methods in io.milvus.param.highlevel.collection with parameters of type DataType Modifier and Type Method Description CreateSimpleCollectionParam.BuilderCreateSimpleCollectionParam.Builder. withPrimaryFieldType(@NonNull DataType primaryFieldType)Sets the primaryFiled type. -
Uses of DataType in io.milvus.v2.utils
Methods in io.milvus.v2.utils that return types with arguments of type DataType Modifier and Type Method Description static HashMap<DataType,String>DataUtils. getTypeErrorMsg()
-