Inherited from Serializable
Inherited from Serializable
Inherited from Command
Inherited from LogicalPlan
Inherited from Logging
Inherited from QueryPlan[LogicalPlan]
Inherited from TreeNode[LogicalPlan]
Inherited from Product
Inherited from Equals
Inherited from AnyRef
Inherited from Any
A command to list the partition names of a table. If the partition spec is specified, partitions that match the spec are returned. AnalysisException exception is thrown under the following conditions:
1. If the command is called for a non partitioned table. 2. If the partition spec refers to the columns that are not defined as partitioning columns.
This function creates a ShowPartitionsCommand logical plan
The syntax of using this command in SQL is: