Interface Partition

All Known Subinterfaces:
IdentityPartition, ListPartition, PartitionDTO, RangePartition
All Known Implementing Classes:
IdentityPartitionDTO, ListPartitionDTO, RangePartitionDTO

@Evolving public interface Partition
A partition represents a result of partitioning a table. The partition can be either a IdentityPartition, ListPartition or RangePartition. It depends on the Table.partitioning().
  • Method Details

    • name

      String name()
      Returns:
      The name of the partition.
    • properties

      Map<String,String> properties()
      Returns:
      The properties of the partition, such as statistics, location, etc.