未验证 提交 380285aa 编写于 作者: D dapan1121 提交者: GitHub

Merge pull request #16800 from taosdata/szhou/2.6/fixbugs

fix: performance optimization of order by caused by group by
......@@ -92,6 +92,7 @@ typedef struct SResultRow {
char *key; // start key of current result row
SHashObj *uniqueHash; // for unique function
SHashObj *modeHash; // for unique function
int32_t groupIndex; // index in group result
} SResultRow;
typedef struct SResultRowCell {
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册