Skip to content
Prev Previous commit
Next Next commit
rebase with upstream
  • Loading branch information
JihongMA committed Nov 5, 2015
commit e3417aab734f6be52d17af41aa1ebf9b7738e452
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ abstract class CentralMomentAgg(child: Expression) extends ImperativeAggregate w
* @param centralMoments Length `momentOrder + 1` array of central moments (un-normalized)
* needed to compute the aggregate stat.
*/
def getStatistic(n: Double, mean: Double, centralMoments: Array[Double]): Double
def getStatistic(n: Double, mean: Double, centralMoments: Array[Double]): Any

override final def eval(buffer: InternalRow): Any = {
val n = buffer.getDouble(nOffset)
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.