Class AllDeleteFilesTable

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

public class AllDeleteFilesTable extends BaseMetadataTable
A Table implementation that exposes its valid delete files as rows.

A valid delete file is one that is readable from any snapshot currently tracked by the table.

This table may return duplicate rows.

See Also: