Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Matan Levy committed Nov 27, 2023
1 parent cb94f97 commit 0dd45d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/function_aggregate.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ func (f *ARRAY_AGG) Done() (Value, error) {
if f.values[i].OrderBy[orderBy].Value == nil {
return true
}

if f.values[j].OrderBy[orderBy].Value == nil {
return false
}
Expand Down

0 comments on commit 0dd45d7

Please sign in to comment.