public class ManifestsTable extends BaseMetadataTable
Table
implementation that exposes a table's manifest files as rows.Modifier and Type | Method and Description |
---|---|
TableScan |
newScan()
Create a new
scan for this table. |
Schema |
schema()
Return the
schema for this table. |
protected DataTask |
task(TableScan scan) |
currentSnapshot, encryption, expireSnapshots, history, io, location, locationProvider, manageSnapshots, name, newAppend, newDelete, newOverwrite, newReplacePartitions, newRewrite, newRowDelta, newTransaction, operations, properties, refresh, refs, replaceSortOrder, rewriteManifests, schemas, snapshot, snapshots, sortOrder, sortOrders, spec, specs, statisticsFiles, table, toString, updateLocation, updateProperties, updateSchema, updateSpec, updateStatistics
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
newBatchScan, newFastAppend, newIncrementalAppendScan, newIncrementalChangelogScan, snapshot
public TableScan newScan()
Table
scan
for this table.
Once a table scan is created, it can be refined to project columns and filter data.
public Schema schema()
Table
schema
for this table.