Class PartitionsTable

java.lang.Object
org.apache.iceberg.BaseMetadataTable
org.apache.iceberg.PartitionsTable
All Implemented Interfaces:
Serializable, Table

public class PartitionsTable extends BaseMetadataTable
A Table implementation that exposes a table's partitions as rows.
See Also: