[skip e2e] Add comment for payload (#14803)

Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
pull/14853/head
shaoyue 2022-01-05 13:53:35 +08:00 committed by GitHub
parent d3bf524700
commit c5e3efa874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -75,11 +75,13 @@ type PayloadReaderInterface interface {
Close()
}
// PayloadWriter writes data into payload
type PayloadWriter struct {
payloadWriterPtr C.CPayloadWriter
colType schemapb.DataType
}
// PayloadReader reads data from payload
type PayloadReader struct {
payloadReaderPtr C.CPayloadReader
colType schemapb.DataType