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:
upperin interfaceRangePartition- Returns:
- The upper bound.
-
lower
- Specified by:
lowerin interfaceRangePartition- Returns:
- The lower bound.
-
properties
- Specified by:
propertiesin interfacePartition- Returns:
- The properties.
-
equals
-
hashCode
public int hashCode() -
type
- Specified by:
typein interfacePartitionDTO- Returns:
- The type of the partition.
-