InsertIntoStatement¶
InsertIntoStatement
is a ParsedStatement.
Creating Instance¶
InsertIntoStatement
takes the following to be created:
- Logical Query Plan
- Partition Specification
- Query
-
overwrite
flag -
ifPartitionNotExists
flag
InsertIntoStatement
is created when:
- Catalyst DSL (
DslLogicalPlan
) is used to insertInto AstBuilder
is requested to withInsertIntoDataFrameWriter
is requested to insertInto
Last update: 2020-11-16