risingwave_storage::hummock

Module iterator

source

Re-exportsยง

Modulesยง

Structsยง

Enumsยง

  • 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.

Traitsยง

Type Aliasesยง