Package io.delta.kernel.internal.replay
Class DeltaLogFile
Object
io.delta.kernel.internal.replay.DeltaLogFile
Internal wrapper class holding information needed to perform log replay. Represents either a
Delta commit file, classic checkpoint, a multipart checkpoint, a V2 checkpoint,
or a sidecar checkpoint.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic DeltaLogFilegetFile()longstatic DeltaLogFileofSideCar(FileStatus file, long version)
-
Method Details
-
forCommitOrCheckpoint
-
ofSideCar
-
getFile
-
getLogType
-
getVersion
public long getVersion()
-