Package io.delta.kernel.internal.files
Class ParsedCatalogCommitData
Object
io.delta.kernel.internal.files.ParsedLogData
io.delta.kernel.internal.files.ParsedDeltaData
io.delta.kernel.internal.files.ParsedCatalogCommitData
A catalog commit represents an atomic change to a table.
Can be staged and written to a staged commit file, like so:
_delta_log/_staged_commits/00000000000000000001.uuid-1234.json.
Can also be inline.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ParsedCatalogCommitDataforFileStatus(FileStatus fileStatus) static ParsedCatalogCommitDataforInlineData(long version, ColumnarBatch inlineData) Class<? extends ParsedLogData> Returns the category class used for grouping collections of LISTed ParsedLogData instances.Methods inherited from class io.delta.kernel.internal.files.ParsedLogData
equals, getFileStatus, getInlineData, getVersion, hashCode, isFile, isInline, toString
-
Method Details
-
forFileStatus
-
forInlineData
-
getGroupByCategoryClass
Description copied from class:ParsedLogDataReturns the category class used for grouping collections of LISTed ParsedLogData instances.- Specified by:
getGroupByCategoryClassin classParsedLogData
-