ShowTablePropertiesCommand Logical Command¶
ShowTablePropertiesCommand is a RunnableCommand that represents ShowTableProperties logical operator with the following logical operators at execution:
- ResolvedTable for V1Table in SessionCatalog
ResolvedView
Note
ShowTableProperties logical operator can also be planned to ShowTablePropertiesExec physical command for the other cases.
Creating Instance¶
ShowTablePropertiesCommand takes the following to be created:
-
TableIdentifier - (optional) Property Key
ShowTablePropertiesCommand is created when:
- ResolveSessionCatalog logical resolution rule is executed (and resolves a ShowTableProperties logical operator with a v1 catalog table or a view)