Class AllEntriesTable

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

public class AllEntriesTable extends BaseMetadataTable
A Table implementation that exposes a table's manifest entries as rows, for both delete and data files.

WARNING: this table exposes internal details, like files that have been deleted. For a table of the live data files, use DataFilesTable.

See Also: