提交 b19eacff 编写于 作者: Y yihaoDeng

[TD-4335]<feature> group by multi column

上级 0dbe2507
......@@ -3687,10 +3687,8 @@ void setParamForStableStddevByColData(SQueryRuntimeEnv* pRuntimeEnv, SQLFunction
break;
}
offset += pDataInfo->bytes;
if (idx == taosArrayGetSize(pInfo->pGroupbyDataInfo) - 1) {
continue;
}
}
if (val == NULL) { continue; }
// TODO use hash to speedup this loop
int32_t numOfGroup = (int32_t)taosArrayGetSize(pRuntimeEnv->prevResult);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册