Skip to content

Commit

Permalink
Update predicates.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pzzs committed May 8, 2015
1 parent 24739bd commit e34c28a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ case class InSet(value: Expression, hset: Set[Any])

override def children: Seq[Expression] = value :: Nil

override def foldable: Boolean = true
override def nullable: Boolean = true // TODO: Figure out correct nullability semantics of IN.
override def toString: String = s"$value INSET ${hset.mkString("(", ",", ")")}"

Expand Down

0 comments on commit e34c28a

Please sign in to comment.