Package org.apache.iceberg
Interface HasTableOperations
-
- All Known Implementing Classes:
AllDataFilesTable
,AllDeleteFilesTable
,AllEntriesTable
,AllFilesTable
,AllManifestsTable
,BaseMetadataTable
,BaseTable
,BaseTransaction.TransactionTable
,DataFilesTable
,DeleteFilesTable
,FilesTable
,HistoryTable
,ManifestEntriesTable
,ManifestsTable
,MetadataLogEntriesTable
,PartitionsTable
,PositionDeletesTable
,RefsTable
,SnapshotsTable
public interface HasTableOperations
Used to expose a table's TableOperations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TableOperations
operations()
-
-
-
Method Detail
-
operations
TableOperations operations()
-
-