gravitino.api.rel.partitions.partitions.IdentityPartitionImpl

class gravitino.api.rel.partitions.partitions.IdentityPartitionImpl(name: str, field_names: List[List[str]], values: List[Literal[Any]], properties: Dict[str, str])

Bases: IdentityPartition

__init__(name: str, field_names: List[List[str]], values: List[Literal[Any]], properties: Dict[str, str])

Methods

__init__(name, field_names, values, properties)

field_names()

Returns the field names of the identity partition.

name()

Returns:

properties()

Returns:

values()

Returns the values of the identity partition.

field_names() List[List[str]]

Returns the field names of the identity 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.

values() List[Literal[Any]]

Returns the values of the identity partition.