NotIn

case class NotIn(a: Expression, list: Seq[Expression]) extends ConditionalExpression
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def children: Seq[Expression]
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def resolvedChildren: Boolean
Inherited from:
Expression
def resolvedInputs: Boolean
Inherited from:
Expression
def sqlExpr: String
Inherited from:
Expression
def transformExpression(rule: PartialFunction[Expression, Expression]): NotIn
Inherited from:
Expression
def traverseExpressions[U](rule: PartialFunction[Expression, U]): Unit
Inherited from:
Expression

Inherited fields

lazy val resolved: Boolean
Inherited from:
Expression