[TD-2293]add parameters in query message.

This commit is contained in:
Haojun Liao 2020-12-02 15:43:50 +08:00
parent 5746fdabe7
commit 6b2d676ac1
2 changed files with 10 additions and 8 deletions

View File

@ -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