Skip to content

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

writeToTable

writeToTable(
  catalog: TableCatalog,
  table: Table,
  writeOptions: CaseInsensitiveStringMap,
  ident: Identifier): Seq[InternalRow]

writeToTable...FIXME

writeToTable is used when:

  • CreateTableAsSelectExec is requested to run
  • AtomicCreateTableAsSelectExec is requested to run
  • ReplaceTableAsSelectExec is requested to run
  • AtomicReplaceTableAsSelectExec is requested to run