From 20cc6843a4ebdbad1987de30b5aa2b2dc92e41a0 Mon Sep 17 00:00:00 2001 From: congqixia Date: Tue, 28 Dec 2021 09:34:15 +0800 Subject: [PATCH] [skip e2e] Add comment for FieldData interface (#14351) Signed-off-by: Congqi Xia --- internal/storage/data_codec.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/storage/data_codec.go b/internal/storage/data_codec.go index 4186c8875b..63881499aa 100644 --- a/internal/storage/data_codec.go +++ b/internal/storage/data_codec.go @@ -105,6 +105,7 @@ func (b Blob) GetValue() []byte { return b.Value } +// FieldData defines field data interface type FieldData interface { GetMemorySize() int RowNum() int