This commit is contained in:
Hongze Cheng 2022-06-06 02:28:58 +00:00
parent 86a32ddac4
commit 6d3f41c96e
1 changed files with 3 additions and 0 deletions

View File

@ -229,6 +229,9 @@ struct SMemTable {
TSDBKEY minKey;
TSDBKEY maxKey;
int64_t nRow;
int64_t nDelOp;
SDelOp *pHead;
SDelOp *pTail;
SSkipList *pSlIdx; // SSkiplist<STbData>
SHashObj *pHashIdx;
};