[skip e2e] Add comment for FieldData interface (#14351)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
congqixia 2021-12-28 09:34:15 +08:00 committed by GitHub
parent 5b8b68c9f2
commit 20cc6843a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,6 +105,7 @@ func (b Blob) GetValue() []byte {
return b.Value
}
// FieldData defines field data interface
type FieldData interface {
GetMemorySize() int
RowNum() int