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

more code

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