Interface CatalogPartition


@PublicEvolving public interface CatalogPartition
Represents a partition object in catalog.
  • Method Details

    • getProperties

      Map<String,String> 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

      Get a deep copy of the CatalogPartition instance.
      Returns:
      a copy of CatalogPartition instance
    • getDescription

      Optional<String> getDescription()
      Get a brief description of the database.
      Returns:
      an optional short description of the database
    • getDetailedDescription

      Optional<String> getDetailedDescription()
      Get a detailed description of the database.
      Returns:
      an optional long description of the database