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 coalesce(num: Integer): LogicalPlan

    Permalink
  9. 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
  10. def deserialize[T](implicit arg0: Encoder[T]): LogicalPlan

    Permalink
  11. def distribute(exprs: Expression*)(n: Int): LogicalPlan

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

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

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

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

    Permalink
  16. def finalize(): Unit

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

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

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

    Permalink
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hint(name: String, parameters: Any*): LogicalPlan

    Permalink
  22. def insertInto(tableName: String, overwrite: Boolean = false): LogicalPlan

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

    Permalink
  24. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
  27. val logicalPlan: LogicalPlan

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  40. final def wait(): Unit

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

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

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped