public class BinaryVec extends java.lang.Object implements BaseVector
Constructor and Description |
---|
BinaryVec(byte[] data) |
BinaryVec(java.nio.ByteBuffer data) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getData() |
io.milvus.grpc.PlaceholderType |
getPlaceholderType() |
public BinaryVec(java.nio.ByteBuffer data)
public BinaryVec(byte[] data)
public io.milvus.grpc.PlaceholderType getPlaceholderType()
getPlaceholderType
in interface BaseVector
public java.lang.Object getData()
getData
in interface BaseVector