Uses of Class
io.milvus.param.dml.InsertParam.Field
-
Packages that use InsertParam.Field Package Description io.milvus.param.dml -
-
Uses of InsertParam.Field in io.milvus.param.dml
Fields in io.milvus.param.dml with type parameters of type InsertParam.Field Modifier and Type Field Description protected List<InsertParam.Field>InsertParam.Builder. fieldsprotected List<InsertParam.Field>InsertParam. fieldsMethod parameters in io.milvus.param.dml with type arguments of type InsertParam.Field Modifier and Type Method Description InsertParam.BuilderInsertParam.Builder. withFields(@NonNull List<InsertParam.Field> fields)Sets the column data to insert.UpsertParam.BuilderUpsertParam.Builder. withFields(@NonNull List<InsertParam.Field> fields)Sets the column data to insert.
-