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

DslLogicalPlan

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DslLogicalPlan(logicalPlan: LogicalPlan)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def analyze: LogicalPlan

  7. def as(alias: String): LogicalPlan

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. 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

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

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

  13. final def eq(arg0: AnyRef): Boolean

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

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

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

  17. def finalize(): Unit

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

  19. final def getClass(): Class[_]

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

  21. def hashCode(): Int

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

  23. def intersect(otherPlan: LogicalPlan): LogicalPlan

  24. final def isInstanceOf[T0]: Boolean

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

  26. def limit(limitExpr: Expression): LogicalPlan

  27. val logicalPlan: LogicalPlan

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

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

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

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

  32. def repartition(num: Integer): LogicalPlan

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

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

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

  36. def subquery(alias: Symbol): LogicalPlan

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

    Definition Classes
    AnyRef
  38. def toString(): String

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

  40. final def wait(): Unit

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped