mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add comment for payload (#13799)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>pull/13806/head
parent
af672d2883
commit
83a59d2545
|
@ -80,6 +80,7 @@ type PayloadReader struct {
|
|||
colType schemapb.DataType
|
||||
}
|
||||
|
||||
// NewPayloadWriter is constructor of PayloadWriter
|
||||
func NewPayloadWriter(colType schemapb.DataType) (*PayloadWriter, error) {
|
||||
w := C.NewPayloadWriter(C.int(colType))
|
||||
if w == nil {
|
||||
|
|
Loading…
Reference in New Issue