Uses of Interface
org.apache.iceberg.view.HistoryEntry
-
Packages that use HistoryEntry Package Description org.apache.iceberg.view -
-
Uses of HistoryEntry in org.apache.iceberg.view
Classes in org.apache.iceberg.view that implement HistoryEntry Modifier and Type Class Description classVersionLogEntryMethods in org.apache.iceberg.view that return types with arguments of type HistoryEntry Modifier and Type Method Description List<HistoryEntry>BaseView. history()List<HistoryEntry>View. history()Get the version history of this table.List<HistoryEntry>ViewVersionMetadata. history()
-