Class DeltaSnapshotByVersion
java.lang.Object
org.apache.drill.exec.store.delta.snapshot.DeltaSnapshotByVersion
- All Implemented Interfaces:
DeltaSnapshot
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionio.delta.standalone.Snapshot
apply
(io.delta.standalone.DeltaLog log)
-
Constructor Details
-
DeltaSnapshotByVersion
public DeltaSnapshotByVersion(long version)
-
-
Method Details
-
apply
public io.delta.standalone.Snapshot apply(io.delta.standalone.DeltaLog log) - Specified by:
apply
in interfaceDeltaSnapshot
-