Function mz_storage_controller::snapshot

source ยท
pub(crate) fn snapshot<T>(
    id: GlobalId,
    as_of: T,
    storage_collections: &Arc<dyn StorageCollections<Timestamp = T> + Send + Sync>,
    txns_read: &TxnsRead<T>,
    persist: &Arc<PersistClientCache>,
) -> BoxFuture<Result<Vec<(Row, Diff)>, StorageError<T>>>