提交 66177fb9 编写于 作者: H Hongze Cheng

more code

上级 cc8c7bbb
......@@ -20,12 +20,6 @@ typedef struct {
STSchema *pTSchema;
} SSkmInfo;
typedef struct {
int64_t suid;
int64_t uid;
TSDBROW row;
} SRowInfo;
typedef struct {
STsdb *pTsdb;
int8_t toMerge;
......
......@@ -15,6 +15,19 @@
#include "tsdb.h"
typedef struct {
int64_t suid;
int64_t uid;
TSDBROW row;
} SRowInfo;
typedef struct {
SArray *aBlockL; // SArray<SBlockL>
int32_t iBlockL;
SBlockData bData;
int32_t iRow;
} SLDataIter;
typedef struct {
STsdb *pTsdb;
int8_t maxLast;
......@@ -29,6 +42,8 @@ typedef struct {
SDataFWriter *pWriter;
SArray *aBlockIdx;
SArray *aBlockL;
SBlockData bData;
SBlockData bDatal;
} dWriter;
} STsdbMerger;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册