Package org.apache.iceberg.spark
Interface TimeTravel
- All Known Implementing Classes:
TimeTravel.AsOfTimestamp,TimeTravel.AsOfVersion
Represents a time-travel specification for loading tables at a specific point in time.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordTime-travel specification using a timestamp in microseconds.static final recordTime-travel specification using a version (snapshot ID, branch, or tag). -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic TimeTraveltimestampMicros(long timestamp) static TimeTraveltimestampMillis(long timestamp) static TimeTravel
-
Method Details
-
version
-
timestampMicros
-
timestampMillis
-