CommentOnTable Logical Command¶
CommentOnTable is a Command that represents COMMENT ON TABLE SQL command.
Creating Instance¶
CommentOnTable takes the following to be created:
- LogicalPlan
- Comment
CommentOnTable is created when:
AstBuilderis requested to parse COMMENT ON TABLE command
Execution Planning¶
CommentOnTable is resolved to AlterTableExec by DataSourceV2Strategy execution planning strategy.