Uses of Class
io.milvus.param.collection.FieldType
-
Packages that use FieldType Package Description io.milvus.param io.milvus.param.collection io.milvus.response -
-
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 FieldSchemaParamUtils. ConvertField(@NonNull FieldType field)Convert a client field schema to grpc field schemaMethod parameters in io.milvus.param with type arguments of type FieldType Modifier and Type Method Description static InsertRequestParamUtils. convertInsertParam(@NonNull InsertParam requestParam, @NonNull List<FieldType> fieldTypes) -
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 CreateCollectionParam.BuilderCreateCollectionParam.Builder. addFieldType(@NonNull FieldType fieldType)Adds a field schema.Method parameters in io.milvus.param.collection with type arguments of type FieldType Modifier and Type Method Description CreateCollectionParam.BuilderCreateCollectionParam.Builder. withFieldTypes(@NonNull List<FieldType> fieldTypes)Sets the schema of the collection. -
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.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.
-