implicit class DslLogicalPlan extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DslLogicalPlan
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DslLogicalPlan(logicalPlan: Relation)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def as(alias: String): Relation
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def coalesce(num: Integer): Relation
- def cube(groupingExprs: Expression*)(aggregateExprs: Expression*): Relation
- def deduplicate(colNames: Seq[String]): Relation
- def describe(cols: String*): Relation
- def distinct(): Relation
- def drop(columns: String*): Relation
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def except(otherPlan: Relation, isAll: Boolean): Relation
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def groupBy(groupingExprs: Expression*)(aggregateExprs: Expression*): Relation
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hint(name: String, parameters: Any*): Relation
- def intersect(otherPlan: Relation, isAll: Boolean): Relation
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def join(otherPlan: Relation, joinType: JoinType, usingColumns: Seq[String]): Relation
- def join(otherPlan: Relation, joinType: JoinType): Relation
- def join(otherPlan: Relation): Relation
- def join(otherPlan: Relation, condition: Option[Expression]): Relation
- def join(otherPlan: Relation, joinType: JoinType, condition: Option[Expression]): Relation
- def limit(limit: Int): Relation
- val logicalPlan: Relation
- def melt(ids: Seq[Expression], variableColumnName: String, valueColumnName: String): Relation
- def melt(ids: Seq[Expression], values: Seq[Expression], variableColumnName: String, valueColumnName: String): Relation
- def na: DslNAFunctions
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def observe(observation: Observation, expr: Expression, exprs: Expression*): Relation
- def observe(name: String, expr: Expression, exprs: Expression*): Relation
- def offset(offset: Int): Relation
- def pivot(groupingExprs: Expression*)(pivotCol: Expression, pivotValues: Seq[Literal])(aggregateExprs: Expression*): Relation
- def randomSplit(weights: Array[Double]): Array[Relation]
- def randomSplit(weights: Array[Double], seed: Long): Array[Relation]
- def repartition(num: Int, partitionExprs: Expression*): Relation
- Annotations
- @varargs()
- def repartition(partitionExprs: Expression*): Relation
- Annotations
- @varargs()
- def repartition(num: Int): Relation
- def repartitionByRange(num: Int, partitionExprs: Expression*): Relation
- Annotations
- @varargs()
- def repartitionByRange(partitionExprs: Expression*): Relation
- Annotations
- @varargs()
- def rollup(groupingExprs: Expression*)(aggregateExprs: Expression*): Relation
- def sample(lowerBound: Double, upperBound: Double, withReplacement: Boolean, seed: Long): Relation
- def select(exprs: Expression*): Relation
- def selectExpr(exprs: String*): Relation
- def sort(columns: String*): Relation
- def sortWithinPartitions(columns: String*): Relation
- def stat: DslStatFunctions
- def summary(statistics: String*): Relation
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tail(limit: Int): Relation
- def to(schema: StructType): Relation
- def toDF(columnNames: String*): Relation
- def toString(): String
- Definition Classes
- AnyRef → Any
- def union(otherPlan: Relation, isAll: Boolean = true, byName: Boolean = false, allowMissingColumns: Boolean = false): Relation
- def unpivot(ids: Seq[Expression], variableColumnName: String, valueColumnName: String): Relation
- def unpivot(ids: Seq[Expression], values: Seq[Expression], variableColumnName: String, valueColumnName: String): Relation
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def where(condition: Expression): Relation
- def withColumns(colsMap: Map[String, Expression]): Relation
- def withColumnsRenamed(renameColumnsMap: Map[String, String]): Relation