AtomicTableWriteExec Physical Commands¶
AtomicTableWriteExec
is an extension of the V2TableWriteExec abstraction for physical commands that writeToStagedTable and support V1 write path.
Implementations¶
- AtomicCreateTableAsSelectExec
- AtomicReplaceTableAsSelectExec
writeToStagedTable¶
writeToStagedTable(
stagedTable: StagedTable,
writeOptions: CaseInsensitiveStringMap,
ident: Identifier): Seq[InternalRow]
writeToStagedTable
...FIXME
Last update: 2020-11-12