Package

org.apache.spark.sql.catalyst.parser.plans

logical

Permalink

package logical

Visibility
  1. Public
  2. All

Type Members

  1. case class MergePlan(sourcePlan: LogicalPlan, targetPlan: LogicalPlan, condition: Expression, matched: Seq[MergeWhenClause], notMatched: Option[MergeWhenClause]) extends LogicalPlan with Command with Product with Serializable

    Permalink

Value Members

  1. object MergePlan extends Serializable

    Permalink

Ungrouped