Module iterator

Source

Re-exportsยง

pub use forward_user::*;

Modulesยง

backward_concat ๐Ÿ”’
backward_merge ๐Ÿ”’
backward_user ๐Ÿ”’
change_log
concat_inner ๐Ÿ”’
forward_concat ๐Ÿ”’
forward_merge ๐Ÿ”’
forward_user
merge_inner ๐Ÿ”’
skip_watermark ๐Ÿ”’
test_utils

Structsยง

Backward
BackwardUserIterator
BackwardUserIterator can be used by user directly.
ConcatIteratorInner
Served as the concrete implementation of ConcatIterator and BackwardConcatIterator.
Forward
FromRustIterator
MergeIterator
Iterates on multiple iterators, a.k.a. MergeIterator.
NonPkPrefixSkipWatermarkState
PhantomHummockIterator
This is a placeholder trait used in HummockIteratorUnion
PkPrefixSkipWatermarkState
SkipWatermarkIterator
ValueMeta

Enumsยง

DirectionEnum
HummockIteratorUnion
The HummockIteratorUnion acts like a wrapper over multiple types of HummockIterator, so that the MergeIterator, which previously takes multiple different HummockIterators as input through Box<dyn HummockIterator>, can now wrap all its underlying HummockIterator over such HummockIteratorUnion, and the input type of the MergeIterator so that the input type of HummockIterator can be determined statically at compile time.
RustIteratorOfBuilder

Traitsยง

HummockIterator
HummockIterator defines the interface of all iterators, including SstableIterator, MergeIterator, UserIterator and ConcatIterator.
HummockIteratorDirection
IteratorFactory
RustIteratorBuilder
SkipWatermarkState
This trait is used to maintain the state of whether the watermark has been skipped.

Type Aliasesยง

BackwardConcatIterator
Iterates backwards on multiple non-overlapping tables.
ConcatIterator
Iterates on multiple non-overlapping tables.
NonPkPrefixSkipWatermarkIterator
PkPrefixSkipWatermarkIterator