Class CatalogPartitionImpl

  • All Implemented Interfaces:
    org.apache.flink.table.catalog.CatalogPartition

    @Internal
    public class CatalogPartitionImpl
    extends Object
    implements org.apache.flink.table.catalog.CatalogPartition
    A catalog partition implementation.
    • Constructor Detail

      • CatalogPartitionImpl

        public CatalogPartitionImpl​(Map<String,​String> properties,
                                    String comment)
    • Method Detail

      • getProperties

        public Map<String,​String> getProperties()
        Specified by:
        getProperties in interface org.apache.flink.table.catalog.CatalogPartition
      • getComment

        public String getComment()
        Specified by:
        getComment in interface org.apache.flink.table.catalog.CatalogPartition
      • copy

        public org.apache.flink.table.catalog.CatalogPartition copy()
        Specified by:
        copy in interface org.apache.flink.table.catalog.CatalogPartition
      • getDescription

        public Optional<String> getDescription()
        Specified by:
        getDescription in interface org.apache.flink.table.catalog.CatalogPartition
      • getDetailedDescription

        public Optional<String> getDetailedDescription()
        Specified by:
        getDetailedDescription in interface org.apache.flink.table.catalog.CatalogPartition