Package

org.apache.spark.sql.catalyst

plans

Permalink

package plans

A 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. sealed abstract class JoinType extends AnyRef

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

    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 LeftOuter extends JoinType with Product with Serializable

    Permalink
  5. object LeftSemi extends JoinType with Product with Serializable

    Permalink
  6. object RightOuter extends JoinType with Product with Serializable

    Permalink
  7. package logical

    Permalink
  8. package physical

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped