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
-
ifNotExistsflag
CreateTableAsSelectExec is created when:
- DataSourceV2Strategy execution planning strategy is executed (for CreateTableAsSelect)
Executing Command¶
run...FIXME