diff --git a/src/query/inc/qExecutor.h b/src/query/inc/qExecutor.h index f392644e6736f528fa75f21ee2857c570c0c22c9..9a79c21905dad120c7c239f8fef703716fae2d5c 100644 --- a/src/query/inc/qExecutor.h +++ b/src/query/inc/qExecutor.h @@ -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 struct SPosInfo { - int32_t pageId:20; - int32_t rowId:12; + int32_t pageId; + int32_t rowId; } SPosInfo; typedef struct SGroupResInfo {