Package org.apache.iceberg
Interface HasTableOperations
-
- All Known Implementing Classes:
AllDataFilesTable
,AllEntriesTable
,AllManifestsTable
,BaseTable
,DataFilesTable
,HistoryTable
,ManifestEntriesTable
,ManifestsTable
,PartitionsTable
,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()
-
-