gravitino.api.rel.partitions.partitions.RangePartitionImpl¶
- class gravitino.api.rel.partitions.partitions.RangePartitionImpl(name: str, upper: Literal[Any], lower: Literal[Any], properties: Dict[str, str] | None)¶
Bases:
RangePartitionRepresents a result of range partitioning.
Methods
__init__(name, upper, lower, properties)lower()Returns the lower bound of the partition.
name()Returns:
Returns:
upper()Returns the upper bound of the partition.
- name() str¶
- Returns:
str: The name of the partition.
- properties() Dict[str, str]¶
- Returns:
Dict[str, str]: The properties of the partition, such as statistics, location, etc.