deltalake_core::protocol::checkpoints

Function create_checkpoint_for

Source
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