Skip to content

Commit

Permalink
sql-case22
Browse files Browse the repository at this point in the history
  • Loading branch information
watermen committed Feb 4, 2015
1 parent c5cd5bc commit 1a67410
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ case class UnaryPlus(child: Expression) extends UnaryExpression {
override def toString = s"+$child"

override def eval(input: Row): Any = {
n1(child, input, _)
n1(child, input, _.abs(_))
}
}

Expand Down

0 comments on commit 1a67410

Please sign in to comment.