Package org.apache.flink.table.catalog
Interface CatalogPartition
@PublicEvolving
public interface CatalogPartition
Represents a partition object in catalog.
-
Method Summary
Modifier and TypeMethodDescriptioncopy()Get a deep copy of the CatalogPartition instance.Get comment of the partition.Get a brief description of the database.Get a detailed description of the database.Get a map of properties associated with the partition.
-
Method Details
-
getProperties
Get a map of properties associated with the partition.- Returns:
- a map of properties with the partition
-
getComment
String getComment()Get comment of the partition.- Returns:
- comment of the partition
-
copy
CatalogPartition copy()Get a deep copy of the CatalogPartition instance.- Returns:
- a copy of CatalogPartition instance
-
getDescription
Get a brief description of the database.- Returns:
- an optional short description of the database
-
getDetailedDescription
Get a detailed description of the database.- Returns:
- an optional long description of the database
-