DistinctFrom

wvlet.airframe.sql.model.Expression$.DistinctFrom

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

override def children: Seq[Expression]

Attributes

Definition Classes
Inherited from:
BinaryExpression
def collectExpressions(cond: PartialFunction[Expression, Boolean]): List[Expression]

Attributes

Inherited from:
Expression

Attributes

Inherited from:
Expression
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def resolvedChildren: Boolean

Attributes

Inherited from:
Expression
def resolvedInputs: Boolean

Attributes

Inherited from:
Expression
def sqlExpr: String

Attributes

Inherited from:
Expression
def transformExpression(rule: PartialFunction[Expression, Expression]): Expression.this.type

Attributes

Inherited from:
Expression
def traverseExpressions[U](rule: PartialFunction[Expression, U]): Unit

Attributes

Inherited from:
Expression

Inherited fields

lazy val resolved: Boolean

Attributes

Inherited from:
Expression