提交 5368f73c 编写于 作者: S shenglian zhou

fix: when no ts col, set the ts list of function context to null

上级 8d9cf846
......@@ -1041,6 +1041,8 @@ static void doApplyFunctions(SQueryRuntimeEnv* pRuntimeEnv, SQLFunctionCtx* pCtx
if (tsCol != NULL) {
pCtx[k].ptsList = &tsCol[pos];
} else {
pCtx[k].ptsList = NULL;
}
// not a whole block involved in query processing, statistics data can not be used
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册