forked from huawei/openGauss-server
!1669 add wm_concat function to use internal datatype
Merge pull request !1669 from 吕辉/wm_concat
This commit is contained in:
commit
c6cf59f29f
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue