Skip to content

Commit

Permalink
remove useless def children
Browse files Browse the repository at this point in the history
  • Loading branch information
yjshen committed Jul 15, 2015
1 parent 392b65b commit 07a124c
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -547,8 +547,6 @@ case class Round(child: Expression, scale: Expression)
override def left: Expression = child
override def right: Expression = scale

override def children: Seq[Expression] = Seq(child, scale)

// round of Decimal would eval to null if it fails to `changePrecision`
override def nullable: Boolean = true

Expand Down

0 comments on commit 07a124c

Please sign in to comment.