Home
last modified time | relevance | path

Searched defs:__wt_cursor_join_iter (Results 1 – 1 of 1) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dcursor.h330 struct __wt_cursor_join_iter { struct
331 WT_SESSION_IMPL *session;
332 WT_CURSOR_JOIN *cjoin;
333 WT_CURSOR_JOIN_ENTRY *entry;
334 WT_CURSOR_JOIN_ITER *child;
336 WT_ITEM *curkey; /* primary key */
337 WT_ITEM idxkey;
338 u_int entry_pos; /* the current entry */
339 u_int entry_count; /* entries to walk */
344 bool positioned;
[all …]