Package

org.apache.spark.sql.catalyst

plans

Permalink

package plans

A collection of common abstractions for query plans as well as a base logical plan representation.

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

Type Members

  1. case class ExistenceJoin(exists: Attribute) extends JoinType with Product with Serializable

    Permalink
  2. sealed abstract class JoinType extends AnyRef

    Permalink
  3. case class NaturalJoin(tpe: JoinType) extends JoinType with Product with Serializable

    Permalink
  4. abstract class QueryPlan[PlanType <: QueryPlan[PlanType]] extends TreeNode[PlanType]

    Permalink
  5. case class UsingJoin(tpe: JoinType, usingColumns: Seq[UnresolvedAttribute]) extends JoinType with Product with Serializable

    Permalink

Value Members

  1. object FullOuter extends JoinType with Product with Serializable

    Permalink
  2. object Inner extends JoinType with Product with Serializable

    Permalink
  3. object JoinType

    Permalink
  4. object LeftAnti extends JoinType with Product with Serializable

    Permalink
  5. object LeftExistence

    Permalink
  6. object LeftOuter extends JoinType with Product with Serializable

    Permalink
  7. object LeftSemi extends JoinType with Product with Serializable

    Permalink
  8. object RightOuter extends JoinType with Product with Serializable

    Permalink
  9. package logical

    Permalink
  10. package physical

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped