Skip to content

Commit 81deb35

Browse files
authored
feat(query): support json_object_agg function (#16238)
1 parent e3799a2 commit 81deb35

File tree

8 files changed

+520
-0
lines changed

8 files changed

+520
-0
lines changed

src/query/functions/src/aggregates/aggregate_function_factory.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ impl AggregateFunctionFactory {
177177
if name == "array_agg"
178178
|| name == "list"
179179
|| name == "json_array_agg"
180+
|| name == "json_object_agg"
180181
|| name == "group_array_moving_avg"
181182
|| name == "group_array_moving_sum"
182183
{

0 commit comments

Comments
 (0)