Uses of Class
io.milvus.param.collection.FieldType
-
Packages that use FieldType Package Description io.milvus.orm.iterator io.milvus.param io.milvus.param.collection io.milvus.response -
-
Uses of FieldType in io.milvus.orm.iterator
Constructors in io.milvus.orm.iterator with parameters of type FieldType Constructor Description QueryIterator(QueryIteratorParam queryIteratorParam, MilvusServiceGrpc.MilvusServiceBlockingStub blockingStub, FieldType primaryField)SearchIterator(SearchIteratorParam searchIteratorParam, MilvusServiceGrpc.MilvusServiceBlockingStub blockingStub, FieldType primaryField) -
Uses of FieldType in io.milvus.param
Methods in io.milvus.param that return FieldType Modifier and Type Method Description static FieldTypeParamUtils. ConvertField(@NonNull FieldSchema field)Convert a grpc field schema to client field schemaMethods in io.milvus.param with parameters of type FieldType Modifier and Type Method Description static voidParamUtils. checkFieldData(FieldType fieldSchema, List<?> values, boolean verifyElementType)static FieldSchemaParamUtils. ConvertField(@NonNull FieldType field)Convert a client field schema to grpc field schema -
Uses of FieldType in io.milvus.param.collection
Methods in io.milvus.param.collection that return FieldType Modifier and Type Method Description FieldTypeFieldType.Builder. build()Verifies parameters and creates a newFieldTypeinstance.Methods in io.milvus.param.collection with parameters of type FieldType Modifier and Type Method Description CollectionSchemaParam.BuilderCollectionSchemaParam.Builder. addFieldType(@NonNull FieldType fieldType)Adds a field.CreateCollectionParam.BuilderCreateCollectionParam.Builder. addFieldType(@NonNull FieldType fieldType)Deprecated.Method parameters in io.milvus.param.collection with type arguments of type FieldType Modifier and Type Method Description CollectionSchemaParam.BuilderCollectionSchemaParam.Builder. withFieldTypes(@NonNull List<FieldType> fieldTypes)Sets the fieldTypes of the schema.CreateCollectionParam.BuilderCreateCollectionParam.Builder. withFieldTypes(@NonNull List<FieldType> fieldTypes)Deprecated. -
Uses of FieldType in io.milvus.response
Methods in io.milvus.response that return FieldType Modifier and Type Method Description FieldTypeDescCollResponseWrapper. getFieldByName(@NonNull String fieldName)Get schema of a field by name.FieldTypeDescCollResponseWrapper. getPartitionKeyField()Get the partition key field.FieldTypeDescCollResponseWrapper. getPrimaryField()Get the primary key field.FieldTypeDescCollResponseWrapper. getVectorField()Get the vector key field.Methods in io.milvus.response that return types with arguments of type FieldType Modifier and Type Method Description List<FieldType>DescCollResponseWrapper. getFields()Get schema of the collection's fields.
-