RepairTableStatement Parsed Statement¶
RepairTableStatement
is a ParsedStatement that represents MSCK REPAIR TABLE SQL statement.
Info
RepairTableStatement
is resolved to AlterTableRecoverPartitionsCommand logical command when ResolveSessionCatalog logical analyzer rule is executed.
Creating Instance¶
RepairTableStatement
takes the following to be created:
- Table Name
RepairTableStatement
is created when AstBuilder
is requested to visitRepairTable.
Last update: 2020-07-29