Package io.delta.kernel.internal.files
Class ParsedV2CheckpointData
Object
io.delta.kernel.internal.files.ParsedLogData
io.delta.kernel.internal.files.ParsedCheckpointData
io.delta.kernel.internal.files.ParsedV2CheckpointData
- All Implemented Interfaces:
Comparable<ParsedCheckpointData>
V2 checkpoint with UUID-based naming.
Example: 00000000000000000001.checkpoint.80a083e8-7026-4e79-81be-64bd76c43a11.json
-
Method Summary
Modifier and TypeMethodDescriptionstatic ParsedV2CheckpointDataforFileStatus(FileStatus fileStatus) Methods inherited from class io.delta.kernel.internal.files.ParsedCheckpointData
compareTo, getGroupByCategoryClassMethods inherited from class io.delta.kernel.internal.files.ParsedLogData
equals, getFileStatus, getInlineData, getVersion, hashCode, isFile, isInline, toString
-
Method Details
-
forFileStatus
-