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