add wm_concat in InternalAggIsSupported

This commit is contained in:
lvhui 2022-05-26 15:34:47 +08:00
parent 1d7eadd778
commit e2163187ca
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ static void InternalAggIsSupported(const char *aggName)
"json_agg",
"json_object_agg",
"st_summarystatsagg",
"st_union"
"st_union",
"wm_concat"
};
uint len = lengthof(supportList);