Class AllDataFilesTable

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

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

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

This table may return duplicate rows.

See Also: