Add comment on exposed struct (#8348)

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
pull/8432/head
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
1 changed files with 1 additions and 0 deletions

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