Class ManifestEntriesTable

  • All Implemented Interfaces:
    java.io.Serializable, HasTableOperations, Table

    public class ManifestEntriesTable
    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:
    Serialized Form
    • Method Detail

      • newScan

        public TableScan newScan()
        Description copied from interface: Table
        Create a new scan for this table.

        Once a table scan is created, it can be refined to project columns and filter data.

        Returns:
        a table scan for this table
      • schema

        public Schema schema()
        Description copied from interface: Table
        Return the schema for this table.
        Returns:
        this table's schema