Skip to content

Commit

Permalink
Remove redundant method override
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowe committed Feb 8, 2022
1 parent 364fd58 commit bf22a3c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -852,8 +852,6 @@ abstract class GpuSum(

override lazy val aggBufferAttributes: Seq[AttributeReference] = sum :: Nil

override lazy val preMerge: Seq[Expression] = aggBufferAttributes

protected lazy val mergeSum: CudfAggregate = new CudfSum(resultType)

override lazy val mergeAggregates: Seq[CudfAggregate] = Seq(mergeSum)
Expand Down

0 comments on commit bf22a3c

Please sign in to comment.