Class ManifestsTable

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

public class ManifestsTable extends BaseMetadataTable
A Table implementation that exposes a table's manifest files as rows.
See Also: