!2485 添加JSON聚合函数internal类型参数白名单
Merge pull request !2485 from 筱花/master
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user