Uses of Class
io.milvus.param.dml.InsertParam.Field
Packages that use InsertParam.Field
-
Uses of InsertParam.Field in io.milvus.param
Methods in io.milvus.param with parameters of type InsertParam.FieldModifier and TypeMethodDescriptionstatic voidParamUtils.checkFieldData(FieldType fieldSchema, InsertParam.Field fieldData) -
Uses of InsertParam.Field in io.milvus.param.dml
Fields in io.milvus.param.dml with type parameters of type InsertParam.FieldModifier and TypeFieldDescriptionprotected List<InsertParam.Field> InsertParam.Builder.fieldsprotected final List<InsertParam.Field> InsertParam.fieldsMethod parameters in io.milvus.param.dml with type arguments of type InsertParam.FieldModifier and TypeMethodDescriptionInsertParam.Builder.withFields(@NonNull List<InsertParam.Field> fields) Sets the column data to insert.UpsertParam.Builder.withFields(@NonNull List<InsertParam.Field> fields) Sets the column data to insert.