Skip to content
Snippets Groups Projects
Commit c03b91c2 authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Vladimir Davydov
Browse files

memtx: factor out memtx_prepare_read_view_tuple

We can't return tuples retrieved from a consistent index read view as
is. We need to filter out dirty tuples and decompress compressed tuples.
Let's introduce a helper function for this. Currently, this helper
function is used only in the ALL iterator implementation of the tree and
hash indexes. Later, we will use it in all other iterator types, which
will be implemented in the EE repository.

Needed for https://github.com/tarantool/tarantool-ee/issues/197

NO_DOC=refactoring
NO_TEST=refactoring
NO_CHANGELOG=refactoring
parent db6535c4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment