gravitino.api.rel.partitions.partitions.ListPartitionImpl¶
- class gravitino.api.rel.partitions.partitions.ListPartitionImpl(name: str, lists: List[List[Literal[Any]]], properties: Dict[str, str] | None)¶
Bases:
ListPartitionMethods
__init__(name, lists, properties)lists()Returns the values of the list partition.
name()Returns:
Returns:
- 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.