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

  11. 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

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

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

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

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

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

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

  18. def finalize(): Unit

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

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

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

  22. def hashCode(): Int

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

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

  25. def intersect(otherPlan: LogicalPlan): LogicalPlan

  26. final def isInstanceOf[T0]: Boolean

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

  28. def limit(limitExpr: Expression): LogicalPlan

  29. val logicalPlan: LogicalPlan

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

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

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

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

  34. def repartition(num: Integer): LogicalPlan

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

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

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

  38. def subquery(alias: Symbol): LogicalPlan

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

    Definition Classes
    AnyRef
  40. def toString(): String

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

  42. final def wait(): Unit

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped