Skip to content

RewriteDeleteFromTable Analysis Rule

Executing Rule

apply(
  plan: LogicalPlan): LogicalPlan

apply is part of the Rule abstraction.


apply rewrites the table in DeleteFromTable logical operators (in the given LogicalPlan):

buildReplaceDataPlan

buildReplaceDataPlan(
  relation: DataSourceV2Relation,
  operationTable: RowLevelOperationTable,
  cond: Expression): ReplaceData

buildReplaceDataPlan...FIXME