Class AllFilesTable

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

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

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

    This table may return duplicate rows.

    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