Skip to content

ResolveInsertInto Logical Resolution Rule

ResolveInsertInto is a logical resolution 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 the batches.

Executing Rule

apply(
  plan: LogicalPlan): LogicalPlan

apply resolves InsertIntoStatement logical operators with DataSourceV2Relation tables to the following operators:

apply is part of the Rule abstraction.