Class RangePartitionDTO
java.lang.Object
org.apache.gravitino.dto.rel.partitions.RangePartitionDTO
- All Implemented Interfaces:
PartitionDTO
,Partition
,RangePartition
Data transfer object representing a range partition.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.apache.gravitino.dto.rel.partitions.PartitionDTO
PartitionDTO.Type
-
Method Summary
-
Method Details
-
builder
- Returns:
- A builder instance for
RangePartitionDTO
.
-
name
-
upper
- Specified by:
upper
in interfaceRangePartition
- Returns:
- The upper bound.
-
lower
- Specified by:
lower
in interfaceRangePartition
- Returns:
- The lower bound.
-
properties
- Specified by:
properties
in interfacePartition
- Returns:
- The properties.
-
equals
-
hashCode
public int hashCode() -
type
- Specified by:
type
in interfacePartitionDTO
- Returns:
- The type of the partition.
-