Turnstone Operating System
|
internal iterator struct More...
Public Attributes | |
memory_heap_t * | heap |
the heap used at iteration | |
const bplustree_node_internal_t * | current_node |
the current leaf node | |
size_t | current_index |
index at first leaf node | |
size_t | current_bucket_index |
index at bucket | |
int8_t | end_of_iter |
end of iter flag | |
index_key_search_criteria_t | criteria |
search criteria | |
const void * | key1 |
search key for all type | |
const void * | key2 |
search key for between | |
index_key_comparator_f | comparator |
key comparator | |
internal iterator struct