Package org.apache.iceberg
Class DeleteFilesTable
- java.lang.Object
- 
- org.apache.iceberg.BaseMetadataTable
- 
- org.apache.iceberg.DeleteFilesTable
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- HasTableOperations,- Table
 
 public class DeleteFilesTable extends BaseMetadataTable ATableimplementation that exposes a table's delete files as rows.- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDeleteFilesTable.DeleteFilesTableScan
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TableScannewScan()Create a newscanfor this table.Schemaschema()Return theschemafor this table.- 
Methods inherited from class org.apache.iceberg.BaseMetadataTablecurrentSnapshot, encryption, expireSnapshots, history, io, location, locationProvider, manageSnapshots, name, newAppend, newDelete, newOverwrite, newReplacePartitions, newRewrite, newRowDelta, newTransaction, operations, properties, refresh, replaceSortOrder, rewriteManifests, rollback, schemas, snapshot, snapshots, sortOrder, sortOrders, spec, specs, table, toString, updateLocation, updateProperties, updateSchema, updateSpec
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.apache.iceberg.TablenewFastAppend, newIncrementalAppendScan, newIncrementalChangelogScan
 
- 
 
-