public class PartitionRange extends Object
| 构造器和说明 |
|---|
PartitionRange(PrimaryKeyValue begin,
PrimaryKeyValue end)
Constructs a new instance.
|
public PartitionRange(PrimaryKeyValue begin, PrimaryKeyValue end)
Constructs a new instance. Represents a range that is closed on the left and open on the right.
Begin must be less than or equal to end. Integer types are compared by numerical value; character types are compared in lexicographical order.
begin - The start value of the range.end - The end value of the range.public PrimaryKeyValue getBegin()
public PrimaryKeyValue getEnd()
Copyright © 2025. All Rights Reserved.