Package io.delta.kernel.internal.files
Class ParsedClassicCheckpointData
Object
io.delta.kernel.internal.files.ParsedLogData
io.delta.kernel.internal.files.ParsedCheckpointData
io.delta.kernel.internal.files.ParsedClassicCheckpointData
- All Implemented Interfaces:
Comparable<ParsedCheckpointData>
Classic checkpoint stored as a single Parquet file.
Example: 00000000000000000001.checkpoint.parquet
-
Method Summary
Modifier and TypeMethodDescriptionstatic ParsedClassicCheckpointDataforFileStatus(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
-