提交 cf50ac02 编写于 作者: C Cary Xu

update

上级 3ec1f3c1
...@@ -67,8 +67,8 @@ typedef struct { ...@@ -67,8 +67,8 @@ typedef struct {
TSKEY keyLast TSKEY keyLast
#define SBlockFieldsP1 \ #define SBlockFieldsP1 \
int64_t hasAggr : 1; \ int64_t hasAggr : 3; \
int64_t blkVer : 7; \ int64_t blkVer : 5; \
int64_t aggrOffset : 56; \ int64_t aggrOffset : 56; \
int32_t aggrLen int32_t aggrLen
...@@ -116,11 +116,12 @@ typedef struct { ...@@ -116,11 +116,12 @@ typedef struct {
typedef struct { typedef struct {
int16_t colId; int16_t colId;
uint8_t offsetH;
uint8_t reserved; // reserved field, not used
int32_t len; int32_t len;
uint32_t type : 8; uint32_t type : 8;
uint32_t offset : 24; uint32_t offset : 24;
uint8_t offsetH; char padding[];
char padding[1];
} SBlockColV1; } SBlockColV1;
#define SBlockCol SBlockColV1 // latest SBlockCol definition #define SBlockCol SBlockColV1 // latest SBlockCol definition
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册