Function deltalake::protocol::checkpoints::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