提交 6b2d676a 编写于 作者: H Haojun Liao

[TD-2293]add parameters in query message.

上级 5746fdab
......@@ -476,6 +476,8 @@ typedef struct {
int16_t numOfGroupCols; // num of group by columns
int16_t orderByIdx;
int16_t orderType; // used in group by xx order by xxx
int64_t tableLimit; // limit the number of rows for each table, used in order by + limit in stable projection query.
int16_t prjOrder; // global order in super table projection query.
int64_t limit;
int64_t offset;
uint32_t queryType; // denote another query process
......
......@@ -5500,7 +5500,7 @@ static void sequentialTableProcess(SQInfo *pQInfo) {
uint32_t status = 0;
SDataStatis *pStatis = NULL;
SArray * pDataBlock = NULL;
SArray *pDataBlock = NULL;
int32_t ret = loadDataBlockOnDemand(pRuntimeEnv, &pQuery->current->windowResInfo, pQueryHandle, &blockInfo,
&pStatis, &pDataBlock, &status);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册