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

pub struct TraceSnapshot {
    pub ts_upper: Antichain<u64>,
    pub since: Antichain<u64>,
    batches: Vec<PFuture<Arc<BlobTraceBatch>>>,
}
Expand description

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

Fields

ts_upper: Antichain<u64>

An open upper bound on the times of contained updates.

since: Antichain<u64>

Since frontier of the given updates.

All updates not at times greater than this frontier must be advanced to a time that is equivalent to this frontier.

batches: Vec<PFuture<Arc<BlobTraceBatch>>>

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