Class CheckpointSchemaManager
- java.lang.Object
-
- io.trino.plugin.deltalake.transactionlog.checkpoint.CheckpointSchemaManager
-
public class CheckpointSchemaManager extends Object
-
-
Constructor Summary
Constructors Constructor Description CheckpointSchemaManager(TypeManager typeManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RowTypegetAddEntryType(MetadataEntry metadataEntry)RowTypegetCommitInfoEntryType()RowTypegetMetadataEntryType()RowTypegetProtocolEntryType()RowTypegetRemoveEntryType()RowTypegetTxnEntryType()
-
-
-
Constructor Detail
-
CheckpointSchemaManager
@Inject public CheckpointSchemaManager(TypeManager typeManager)
-
-
Method Detail
-
getMetadataEntryType
public RowType getMetadataEntryType()
-
getAddEntryType
public RowType getAddEntryType(MetadataEntry metadataEntry)
-
getRemoveEntryType
public RowType getRemoveEntryType()
-
getTxnEntryType
public RowType getTxnEntryType()
-
getProtocolEntryType
public RowType getProtocolEntryType()
-
getCommitInfoEntryType
public RowType getCommitInfoEntryType()
-
-