MCPcopy Create free account
hub / github.com/Fullstop000/wickdb / new_table_iterator

Function new_table_iterator

src/sstable/table.rs:242–254  ·  view source on GitHub ↗

Create a new `ConcatenateIterator` as table iterator. This iterator is able to yield all the key/values in the given `table` file Entry format: key: internal key value: value of user key

(
    cmp: C,
    table: Arc<Table<F>>,
    options: ReadOptions,
)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

new_iterMethod · 0.85
iterMethod · 0.85

Calls 2

cloneMethod · 0.80
iterMethod · 0.45

Tested by

no test coverage detected