Class AllManifestsTable

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

public class AllManifestsTable extends BaseMetadataTable
A Table implementation that exposes a table's valid manifest files as rows.

A valid manifest file is one that is referenced from any snapshot currently tracked by the table.

This table may return duplicate rows.

See Also: