org.apache.spark.sql.catalyst

plans

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

Type Members

  1. sealed abstract class JoinType extends AnyRef

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

Value Members

  1. object FullOuter extends JoinType with Product with Serializable

  2. object Inner extends JoinType with Product with Serializable

  3. object JoinType

  4. object LeftOuter extends JoinType with Product with Serializable

  5. object LeftSemi extends JoinType with Product with Serializable

  6. object RightOuter extends JoinType with Product with Serializable

  7. package logical

  8. package physical

Inherited from AnyRef

Inherited from Any

Ungrouped