提交 d8ba4608 编写于 作者: B Bomin Zhang

fix td-1834

上级 14179afe
...@@ -34,8 +34,8 @@ typedef bool (*__filter_func_t)(struct SColumnFilterElem* pFilter, char* val1, c ...@@ -34,8 +34,8 @@ typedef bool (*__filter_func_t)(struct SColumnFilterElem* pFilter, char* val1, c
typedef int32_t (*__block_search_fn_t)(char* data, int32_t num, int64_t key, int32_t order); typedef int32_t (*__block_search_fn_t)(char* data, int32_t num, int64_t key, int32_t order);
typedef struct SPosInfo { typedef struct SPosInfo {
int32_t pageId:20; int32_t pageId;
int32_t rowId:12; int32_t rowId;
} SPosInfo; } SPosInfo;
typedef struct SGroupResInfo { typedef struct SGroupResInfo {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册