Skip to content

Commit

Permalink
Merge 4928bb9 into 67ab90b
Browse files Browse the repository at this point in the history
  • Loading branch information
mkangia committed Sep 10, 2020
2 parents 67ab90b + 4928bb9 commit 437a818
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sqlagg/columns.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ class ArrayAggColumn(BaseColumn):
"""
Perform array aggregation on a column
Pass order_by_col to sort by another column within the group
Using order_by_col clause is not fully supported for partitioned databases in citus
and should be used cautiously
Example: array generated for a column col1, ordered by col2 with select clause like
Select ARRAY_AGG(col1 ORDER BY col2), col3 ..
"""
Expand Down

0 comments on commit 437a818

Please sign in to comment.