Skip to content

V2ExistingTableWriteExec Unary Physical Commands

V2ExistingTableWriteExec is an extension of the V2TableWriteExec abstraction for unary physical commands that refreshCache after writing data out to a writable table when executed.

Contract

refreshCache

refreshCache: () => Unit

Used when:

write

write: Write

Write-able table to write data out to

Used when:

Implementations

Executing Command

V2CommandExec
run(): Seq[InternalRow]

run is part of the V2CommandExec abstraction.

run...FIXME