AtomicTableWriteExec Physical Commands¶
AtomicTableWriteExec is an extension of the V2TableWriteExec abstraction for physical commands that writeToStagedTable and support V1 write path (SupportsV1Write).
Implementations¶
AtomicCreateTableAsSelectExecAtomicReplaceTableAsSelectExec
writeToStagedTable¶
writeToStagedTable(
stagedTable: StagedTable,
writeOptions: CaseInsensitiveStringMap,
ident: Identifier): Seq[InternalRow]
writeToStagedTable...FIXME