CreateTableAsSelectExec Physical Command¶
CreateTableAsSelectExec
is a TableWriteExecHelper that represents CreateTableAsSelect logical operator at execution time.
Creating Instance¶
CreateTableAsSelectExec
takes the following to be created:
- TableCatalog
-
Identifier
- Partitioning Transforms
- LogicalPlan
- SparkPlan
- Properties
- Case-Insensitive Write Options
-
ifNotExists
flag
CreateTableAsSelectExec
is created when:
- DataSourceV2Strategy execution planning strategy is executed (for CreateTableAsSelect)
Executing Command¶
run
...FIXME