Interface Partition
- All Known Subinterfaces:
IdentityPartition,ListPartition,PartitionDTO,RangePartition
- All Known Implementing Classes:
IdentityPartitionDTO,ListPartitionDTO,RangePartitionDTO
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 Summary
-
Method Details
-
name
String name()- Returns:
- The name of the partition.
-
properties
- Returns:
- The properties of the partition, such as statistics, location, etc.
-