V2CreateTablePlan Logical Operators¶
V2CreateTablePlan
is an extension of the LogicalPlan abstraction for logical operators that create or replace V2 table definitions.
Contract¶
partitioning¶
partitioning: Seq[Transform]
Used when...FIXME
tableName¶
tableName: Identifier
Used when PreprocessTableCreation post-hoc logical resolution rule is executed
tableSchema¶
tableSchema: StructType
Used when...FIXME
withPartitioning¶
withPartitioning(
rewritten: Seq[Transform]): V2CreateTablePlan
Used when...FIXME
Implementations¶
- CreateTableAsSelect
- CreateV2Table
- ReplaceTable
- ReplaceTableAsSelect
Last update: 2020-07-29