more code

This commit is contained in:
Hongze Cheng 2023-03-22 14:41:16 +08:00
parent 275f195c50
commit 4f0833e1a0
2 changed files with 65 additions and 1313 deletions

View File

@ -406,12 +406,10 @@ struct SMemTable {
TSKEY maxKey; TSKEY maxKey;
int64_t nRow; int64_t nRow;
int64_t nDel; int64_t nDel;
struct {
int32_t nTbData; int32_t nTbData;
int32_t nBucket; int32_t nBucket;
STbData **aBucket; STbData **aBucket;
}; };
};
struct TSDBROW { struct TSDBROW {
int8_t type; // TSDBROW_ROW_FMT for row from tsRow, TSDBROW_COL_FMT for row from block data int8_t type; // TSDBROW_ROW_FMT for row from tsRow, TSDBROW_COL_FMT for row from block data

File diff suppressed because it is too large Load Diff