Struct persist::indexed::arrangement::UnsealedSnapshot[][src]

pub struct UnsealedSnapshot {
    pub ts_lower: Antichain<u64>,
    pub ts_upper: Antichain<u64>,
    batches: Vec<PFuture<Arc<BlobUnsealedBatch>>>,
}
Expand description

A consistent snapshot of the data that is currently physically in the unsealed bucket of a persistent Arrangement.

Fields

ts_lower: Antichain<u64>

A closed lower bound on the times of contained updates.

ts_upper: Antichain<u64>

An open upper bound on the times of the contained updates.

batches: Vec<PFuture<Arc<BlobUnsealedBatch>>>

Trait Implementations

Formats the value using the given formatter. Read more

The kind of iterator we are turning this into.

Returns a set of num_iters Iterators that each output roughly 1/num_iters of the data represented by this snapshot. Read more

Returns a single Iterator that outputs the data represented by this snapshot. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more