Skip to content

Commit

Permalink
Also deal with sort case.
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Aug 13, 2017
1 parent 6d600d5 commit 502139a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ case class SortExec(
""".stripMargin.trim
}

override protected def effectiveContinueStatement: String = "continue;"

protected override val shouldStopRequired = false

override def doConsume(ctx: CodegenContext, input: Seq[ExprCode], row: ExprCode): String = {
Expand Down

0 comments on commit 502139a

Please sign in to comment.