Interface TimeTravel

All Known Implementing Classes:
TimeTravel.AsOfTimestamp, TimeTravel.AsOfVersion

@Evolving public sealed interface TimeTravel permits TimeTravel.AsOfVersion, TimeTravel.AsOfTimestamp
A time-travel specification for reading a table as of a specific version or point in time.
Since:
4.3.0
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
    Time travel to a specific point in time.
    static final record 
    Time travel to a specific version of the table.