diff --git a/src/query/inc/qExecutor.h b/src/query/inc/qExecutor.h index ba277b23018a58e3ed29122761aa65506c94078a..279e4a9a72fbfa79174b86cfd7e58882cdfa334a 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