Relation

trait Relation extends LogicalPlan with SQLSig
trait SQLSig
trait Product
trait Equals
class Object
trait Matchable
class Any
object EmptyRelation.type
class Join
class Query
class RawSQL
class Except
class Intersect
class Union
class TableRef
class Aggregate
class Distinct
class Filter
class Lateral
class Limit
class Project
trait Selection
class Sort
class Unnest
class Values
class TableScan

Value members

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals

All child nodes of this plan node

All child nodes of this plan node

Inherited from:
LogicalPlan
Inherited from:
LogicalPlan

Expressions associated to this LogicalPlan node

Expressions associated to this LogicalPlan node

Inherited from:
LogicalPlan
Inherited from:
LogicalPlan
def modelName: String
Inherited from:
LogicalPlan
Inherited from:
LogicalPlan
def pp: String
Inherited from:
LogicalPlan
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:
LogicalPlan
def sig(config: QuerySignatureConfig): String
Inherited from:
SQLSig
def transform(rule: PartialFunction[LogicalPlan, LogicalPlan]): LogicalPlan
Inherited from:
LogicalPlan
Inherited from:
LogicalPlan
def traverseExpressions[U](rule: PartialFunction[Expression, U]): Unit
Inherited from:
LogicalPlan

Inherited fields

lazy val resolved: Boolean
Inherited from:
LogicalPlan