Skip to content

CreateTableAsSelectExec Physical Command

CreateTableAsSelectExec is a TableWriteExecHelper that represents CreateTableAsSelect logical operator at execution time.

Creating Instance

CreateTableAsSelectExec takes the following to be created:

CreateTableAsSelectExec is created when:

Executing Command

Signature
run(): Seq[InternalRow]

run is part of the V2CommandExec abstraction.

run...FIXME