Package

com.qubole.spark.datasources.hiveacid.sql.catalyst.plans

command

Permalink

package command

Visibility
  1. Public
  2. All

Type Members

  1. case class DeleteCommand(table: LogicalPlan, condition: Expression) extends LogicalPlan with RunnableCommand with Product with Serializable

    Permalink
  2. case class MergeCommand(targetTable: LogicalPlan, sourceTable: LogicalPlan, matched: Seq[MergeWhenClause], notMatched: Option[MergeWhenClause], mergeCondition: MergeCondition, sourceAlias: Option[AliasIdentifier], targetAlias: Option[AliasIdentifier]) extends LogicalPlan with RunnableCommand with Product with Serializable

    Permalink
  3. case class UpdateCommand(table: LogicalPlan, setExpressions: Map[String, Expression], condition: Option[Expression]) extends LogicalPlan with RunnableCommand with Product with Serializable

    Permalink

Ungrouped