NullLiteral

case object NullLiteral extends Literal with LeafExpression
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Literal
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
type MirroredMonoType = Singleton
Inherited from:
Singleton
type MirroredType = Singleton
Inherited from:
Singleton

Value members

Concrete methods

override def sqlExpr: String
Definition Classes
override def stringValue: String
Definition Classes
override def toString: String
Definition Classes
Any

Inherited methods

override def children: Seq[Expression]
Definition Classes
Inherited from:
LeafExpression
def fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
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 transformExpression(rule: PartialFunction[Expression, Expression]): NullLiteral.type
Inherited from:
Expression
def traverseExpressions[U](rule: PartialFunction[Expression, U]): Unit
Inherited from:
Expression

Inherited fields

lazy val resolved: Boolean
Inherited from:
Expression