Package org.apache.flink.table.catalog
Class CatalogPartitionSpec
- java.lang.Object
-
- org.apache.flink.table.catalog.CatalogPartitionSpec
-
@PublicEvolving public class CatalogPartitionSpec extends Object
Represents a partition spec object in catalog. Partition columns and values are NOT of strict order, and they need to be re-arranged to the correct order by comparing with a list of strictly ordered partition keys.
-
-
Constructor Summary
Constructors Constructor Description CatalogPartitionSpec(Map<String,String> partitionSpec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Map<String,String>getPartitionSpec()Get the partition spec as key-value map.inthashCode()StringtoString()
-