public static class InsertParam.Field
extends java.lang.Object
Constructor | Description |
---|---|
Field(java.lang.String name,
io.milvus.grpc.DataType type,
java.util.List<?> values) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getName() |
Return name of the field.
|
io.milvus.grpc.DataType |
getType() |
Return data type of the field.
|
java.util.List<?> |
getValues() |
Return data of the field, in column-base.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Field(java.lang.String name,
io.milvus.grpc.DataType type,
java.util.List<?> values)
public java.lang.String getName()
String
public io.milvus.grpc.DataType getType()
String
public java.util.List<?> getValues()
List