Skip to main content

Module peek_result_iterator

Module peek_result_iterator 

Source
Expand description

Code for extracting a peek result out of compute state/an arrangement.

StructsΒ§

Literals πŸ”’
Helper to handle literals in peeks
PeekResultIterator πŸ”’

EnumsΒ§

KeyStep πŸ”’
The outcome of a PeekResultIterator::step_key.
LiteralPosition πŸ”’
Where a Literals’ cursor sits relative to the literal list.
SeekOutcome πŸ”’
The outcome of a fueled Literals::seek_next_literal_key.
Step
The outcome of a single fueled PeekResultIterator::step.

Type AliasesΒ§

TraceCursor πŸ”’
The merged cursor a TraceReader::cursor hands out over all of a trace’s batches: a CursorList over the per-batch cursors.
TraceStorage πŸ”’
Backing storage for a TraceCursor: the batches the cursor borrows from.