Package io.milvus.param.dml
Class InsertParam.Field
- java.lang.Object
-
- io.milvus.param.dml.InsertParam.Field
-
- Enclosing class:
- InsertParam
public static class InsertParam.Field extends Object
Internal class for insert data. If dataType is scalar(bool/int/float/double), values is List<Integer>, List<Long>, etc. If dataType is FloatVector, values is List<Float>. If dataType is BinaryVector, values is List<ByteBuffer>.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Return name of the field.DataTypegetType()Return data type of the field.List<?>getValues()Return data of the field, in column-base.
-