TableWriteExecHelper Unary Physical Commands¶
TableWriteExecHelper
is an extension of the V2TableWriteExec and SupportsV1Write
abstractions for unary physical commands that can write to a table.
Implementations¶
AtomicCreateTableAsSelectExec
AtomicReplaceTableAsSelectExec
- CreateTableAsSelectExec
ReplaceTableAsSelectExec
writeToTable¶
writeToTable(
catalog: TableCatalog,
table: Table,
writeOptions: CaseInsensitiveStringMap,
ident: Identifier): Seq[InternalRow]
writeToTable
...FIXME
writeToTable
is used when:
CreateTableAsSelectExec
is requested to runAtomicCreateTableAsSelectExec
is requested torun
ReplaceTableAsSelectExec
is requested torun
AtomicReplaceTableAsSelectExec
is requested torun