Interface IdentityPartition
- All Superinterfaces:
Partition
- All Known Implementing Classes:
IdentityPartitionDTO
An identity partition represents a result of identity partitioning. For example, for Hive
partition
`PARTITION (dt='2008-08-08',country='us')`its partition name is "dt=2008-08-08/country=us", field names are [["dt"], ["country"]] and values are ["2008-08-08", "us"].
-
Method Summary
Methods inherited from interface org.apache.gravitino.rel.partitions.Partition
name, properties