Skip to content
Prev Previous commit
Next Next commit
On wenchen's comment
  • Loading branch information
clockfly committed Aug 24, 2016
commit 86166a12a1cc411f93bb96a5cf3c284a1ffb651c
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,8 @@ abstract class TypedImperativeAggregate[T] extends ImperativeAggregate {

/**
* In-place replaces the aggregation buffer object stored at buffer's index
* `mutableAggBufferOffset`, with SparkSQL internally supported underlying storage format.
* `mutableAggBufferOffset`, with SparkSQL internally supported underlying storage format
* (BinaryType).
*/
final def serializeAggregateBufferInPlace(buffer: MutableRow): Unit = {
val bufferObject = getField[T](buffer, mutableAggBufferOffset)
Expand Down