Package org.apache.iceberg.view
Interface ViewHistoryEntry
-
public interface ViewHistoryEntryView history entry.An entry contains a change to the view state. At the given timestamp, the current version was set to the given version ID.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longtimestampMillis()Return the timestamp in milliseconds of the changeintversionId()Return ID of the new current version
-