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¶
AtomicCreateTableAsSelectExecAtomicReplaceTableAsSelectExec- CreateTableAsSelectExec
ReplaceTableAsSelectExec
writeToTable¶
writeToTable(
catalog: TableCatalog,
table: Table,
writeOptions: CaseInsensitiveStringMap,
ident: Identifier): Seq[InternalRow]
writeToTable...FIXME
writeToTable is used when:
CreateTableAsSelectExecis requested to runAtomicCreateTableAsSelectExecis requested torunReplaceTableAsSelectExecis requested torunAtomicReplaceTableAsSelectExecis requested torun