LeafExpression

trait Product
trait Equals
class Object
trait Matchable
class Any
trait Attribute
object FalseLiteral.type
class DigitId
object Day.type
object Hour.type
object Minute.type
object Month.type
object Second.type
object Year.type
object NaturalJoin.type
object NoOp.type
object NullLiteral.type
class Parameter
class QName
class Ref
object All.type
object DistinctSet.type
object TrueLiteral.type

Value members

Concrete methods

override def children: Seq[Expression]
Definition Classes

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
def productArity: Int
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
def productElementName(n: Int): String
Inherited from:
Product
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def productPrefix: String
Inherited from:
Product
def resolvedChildren: Boolean
Inherited from:
Expression
def resolvedInputs: Boolean
Inherited from:
Expression
def sqlExpr: String
Inherited from:
Expression
Inherited from:
Expression
def traverseExpressions[U](rule: PartialFunction[Expression, U]): Unit
Inherited from:
Expression

Inherited fields

lazy val resolved: Boolean
Inherited from:
Expression