AllColumns

wvlet.airframe.sql.model.Expression$.AllColumns
case class AllColumns(qualifier: Option[QName], nodeLocation: Option[NodeLocation]) extends Attribute

Attributes

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

Members list

Concise view

Value members

Concrete methods

override def children: Seq[Expression]

Attributes

Definition Classes
override def name: String

Attributes

Definition Classes
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any
override def withQualifier(newQualifier: String): Attribute

Set an alias for the table or subquery.

Set an alias for the table or subquery.

Attributes

Definition Classes

Inherited methods

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

Concrete fields

lazy override val resolved: Boolean