ResolveInsertInto Logical Resolution Rule¶
ResolveInsertInto
is a logical rule (Rule[LogicalPlan]
).
ResolveInsertInto
is part of Resolution batch of Logical Analyzer.
Creating Instance¶
ResolveInsertInto
takes no parameters to be created.
ResolveInsertInto
is created when Analyzer
is requested for batches.
Executing Rule¶
apply(
plan: LogicalPlan): LogicalPlan
apply
resolves InsertIntoStatement logical operators with DataSourceV2Relation tables to the following operators:
- AppendData
- OverwritePartitionsDynamic
- OverwriteByExpression
apply
is part of the Rule abstraction.
Last update: 2020-11-11