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

index: add iterator_space helper

The new helper function returns the space the iterator was created for.
It looks up the space by id and caches it in iterator struct. We need it
for space upgrade: we will use it in box_iterator_next() to update
tuples returned by iterator_next().

NO_DOC=internal
NO_TEST=internal
NO_CHANGELOG=internal
parent defe4213
No related branches found
No related tags found
No related merge requests found
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