Skip to content

Commit

Permalink
Add comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
marmbrus committed Apr 4, 2014
1 parent d0495a9 commit ec63575
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ case class Aggregate(

var i = 0
while (i < currentBuffer.length) {
// Evaluating an aggregate buffer returns the result. No row is required since we
// already added all rows in the group using update.
aggregateResults(i) = currentBuffer(i).apply(EmptyRow)
i += 1
}
Expand Down

0 comments on commit ec63575

Please sign in to comment.