From bdf55ebded326d6eeecb9b88b49812fdfe6091ff Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Mon, 3 Jan 2022 17:10:28 +0800 Subject: [PATCH] [TS-445](query):Limit offset optimition of performance add qExecutor.h --- src/query/inc/qExecutor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/query/inc/qExecutor.h b/src/query/inc/qExecutor.h index ba277b2301..279e4a9a72 100644 --- a/src/query/inc/qExecutor.h +++ b/src/query/inc/qExecutor.h @@ -237,6 +237,7 @@ typedef struct SQueryAttr { bool createFilterOperator; // if filter operator is needed bool multigroupResult; // multigroup result can exist in one SSDataBlock bool needSort; // need sort rowRes + bool skipOffset; // can skip offset if true int32_t interBufSize; // intermediate buffer sizse int32_t havingNum; // having expr number -- GitLab