V2TableWriteExec Unary Physical Commands¶
V2TableWriteExec
is an extension of the V2CommandExec abstraction for unary physical commands that writeWithV2.
Contract¶
Physical Query Plan¶
query: SparkPlan
SparkPlan for the data to be written out
Implementations¶
- AppendDataExec
- AtomicTableWriteExec
- CreateTableAsSelectExec
- OverwriteByExpressionExec
- OverwritePartitionsDynamicExec
- ReplaceTableAsSelectExec
- WriteToDataSourceV2Exec
writeWithV2¶
writeWithV2(
batchWrite: BatchWrite): Seq[InternalRow]
writeWithV2
...FIXME
writeWithV2
is used when the unary physical commands are executed.
Last update: 2020-11-12