org.apache.spark.sql.catalyst.dsl

LogicalPlanFunctions

abstract class LogicalPlanFunctions extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LogicalPlanFunctions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LogicalPlanFunctions()

Abstract Value Members

  1. abstract def logicalPlan: LogicalPlan

Concrete Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def analyze: LogicalPlan

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  12. def groupBy(groupingExprs: Expression*)(aggregateExprs: Expression*): Aggregate

  13. def hashCode(): Int

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

  15. final def isInstanceOf[T0]: Boolean

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

  17. def limit(limitExpr: Expression): Limit

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

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

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

    Definition Classes
    AnyRef
  21. def orderBy(sortExprs: SortOrder*): Sort

  22. def sample(fraction: Double, withReplacement: Boolean = true, seed: Int = math.random * 1000).toInt): Sample

  23. def select(exprs: NamedExpression*): Project

  24. def sfilter[T1](arg1: Symbol)(udf: (T1) ⇒ Boolean): Filter

  25. def sortBy(sortExprs: SortOrder*): Sort

  26. def subquery(alias: Symbol): Subquery

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

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. def unionAll(otherPlan: LogicalPlan): Union

  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def where(condition: Expression): Filter

Inherited from AnyRef

Inherited from Any

Ungrouped