pub async fn create_checkpoint_for(
version: i64,
state: &DeltaTableState,
log_store: &dyn LogStore,
) -> Result<(), ProtocolError>
Expand description
Creates checkpoint for a given table version, table state and object store
pub async fn create_checkpoint_for(
version: i64,
state: &DeltaTableState,
log_store: &dyn LogStore,
) -> Result<(), ProtocolError>
Creates checkpoint for a given table version, table state and object store