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

Method new_iter

src/table_cache.rs:100–110  ·  view source on GitHub ↗

Create an iterator for the specified `file_number` (the corresponding file length must be exactly `file_size` bytes). The table referenced by returning Iterator will be released after the Iterator is dropped. Entry format: key: internal key value: value of user key

(
        &self,
        cmp: TC,
        options: ReadOptions,
        file_number: u64,
        file_size: u64,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

new_input_iteratorMethod · 0.80
current_sst_iterMethod · 0.80
deriveMethod · 0.80
finish_output_fileMethod · 0.80
build_tableFunction · 0.80

Calls 3

new_table_iteratorFunction · 0.85
find_tableMethod · 0.80
cloneMethod · 0.80

Tested by

no test coverage detected