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: ListPartition

__init__(name: str, lists: List[List[Literal[Any]]], properties: Dict[str, str] | None)

Methods

__init__(name, lists, properties)

lists()

Returns the values of the list partition.

name()

Returns:

properties()

Returns:

lists() List[List[Literal[Any]]]

Returns the values of the list 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.