Add comment on exposed struct (#8348)

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
This commit is contained in:
XuanYang-cn 2021-09-23 20:15:54 +08:00 committed by GitHub
parent 884d0d672e
commit faeb1bf50f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,6 +82,7 @@ type segmentFlushUnit struct {
flushed bool
}
// BufferData buffers insert data, monitoring buffer size and limit
type BufferData struct {
buffer *InsertData
size int64