Class

org.apache.spark.sql.catalyst.dsl.plans

DslLogicalPlan

Related Doc: package plans

Permalink

implicit class DslLogicalPlan extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DslLogicalPlan
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DslLogicalPlan(logicalPlan: LogicalPlan)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def analyze: LogicalPlan

    Permalink
  5. def as(alias: String): LogicalPlan

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def cogroup[Key, Left, Right, Result](otherPlan: LogicalPlan, func: (Key, Iterator[Left], Iterator[Right]) ⇒ TraversableOnce[Result], leftGroup: Seq[Attribute], rightGroup: Seq[Attribute], leftAttr: Seq[Attribute], rightAttr: Seq[Attribute])(implicit arg0: Encoder[Key], arg1: Encoder[Left], arg2: Encoder[Right], arg3: Encoder[Result]): LogicalPlan

    Permalink
  9. def deserialize[T](implicit arg0: Encoder[T]): LogicalPlan

    Permalink
  10. def distribute(exprs: Expression*)(n: Int = 1): LogicalPlan

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def except(otherPlan: LogicalPlan): LogicalPlan

    Permalink
  14. def filter[T](func: (T) ⇒ Boolean)(implicit arg0: Encoder[T]): LogicalPlan

    Permalink
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def generate(generator: Generator, join: Boolean = false, outer: Boolean = false, alias: Option[String] = None, outputNames: Seq[String] = Nil): LogicalPlan

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def groupBy(groupingExprs: Expression*)(aggregateExprs: Expression*): LogicalPlan

    Permalink
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. def insertInto(tableName: String, overwrite: Boolean = false): LogicalPlan

    Permalink
  21. def intersect(otherPlan: LogicalPlan): LogicalPlan

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def join(otherPlan: LogicalPlan, joinType: JoinType = Inner, condition: Option[Expression] = None): LogicalPlan

    Permalink
  24. def limit(limitExpr: Expression): LogicalPlan

    Permalink
  25. val logicalPlan: LogicalPlan

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def orderBy(sortExprs: SortOrder*): LogicalPlan

    Permalink
  30. def repartition(num: Integer): LogicalPlan

    Permalink
  31. def select(exprs: Expression*): LogicalPlan

    Permalink
  32. def serialize[T](implicit arg0: Encoder[T]): LogicalPlan

    Permalink
  33. def sortBy(sortExprs: SortOrder*): LogicalPlan

    Permalink
  34. def subquery(alias: Symbol): LogicalPlan

    Permalink
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. def union(otherPlan: LogicalPlan): LogicalPlan

    Permalink
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def where(condition: Expression): LogicalPlan

    Permalink
  42. def window(windowExpressions: Seq[NamedExpression], partitionSpec: Seq[Expression], orderSpec: Seq[SortOrder]): LogicalPlan

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped