提交 26343da7 编写于 作者: wmmhello's avatar wmmhello

add mode function code

上级 31c77715
......@@ -5224,7 +5224,7 @@ static void unique_function(SQLFunctionCtx *pCtx) {
}
}
// GET_RES_INFO(pCtx)->numOfRes = pInfo->num;
GET_RES_INFO(pCtx)->numOfRes = 1;
}
static void unique_function_merge(SQLFunctionCtx *pCtx) {
......@@ -5334,6 +5334,7 @@ static void mode_function(SQLFunctionCtx *pCtx) {
return;
}
}
GET_RES_INFO(pCtx)->numOfRes = 1;
}
static void mode_function_merge(SQLFunctionCtx *pCtx) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册