Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
marmbrus committed Nov 3, 2014
1 parent 504adef commit 34b5f27
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ case class ScalaUdf(function: AnyRef, dataType: DataType, children: Seq[Expressi

override def toString = s"scalaUDF(${children.mkString(",")})"

// scalastyle:off

/** This method has been generated by this script
(1 to 22).map { x =>
Expand All @@ -49,7 +51,6 @@ case class ScalaUdf(function: AnyRef, dataType: DataType, children: Seq[Expressi
*/

// scalastyle:off
override def eval(input: Row): Any = {
val result = children.size match {
case 0 => function.asInstanceOf[() => Any]()
Expand Down

0 comments on commit 34b5f27

Please sign in to comment.