!2485 添加JSON聚合函数internal类型参数白名单

Merge pull request !2485 from 筱花/master
This commit is contained in:
opengauss-bot
2022-11-25 08:39:01 +00:00
committed by Gitee

View File

@ -51,7 +51,9 @@ static void InternalAggIsSupported(const char *aggName)
"st_summarystatsagg",
"st_union",
"wm_concat",
"group_concat"
"group_concat",
"json_objectagg",
"json_arrayagg"
};
uint len = lengthof(supportList);