Home
last modified time | relevance | path

Searched defs:__wt_cursor_join_entry (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.h378 struct __wt_cursor_join_entry { struct
379 WT_INDEX *index;
380 WT_CURSOR *main; /* raw main table cursor */
381 WT_CURSOR_JOIN *subjoin; /* a nested join clause */
382 WT_BLOOM *bloom; /* Bloom filter handle */
383 char *repack_format; /* target format for repack */
386 uint64_t count; /* approx number of matches */
394 uint8_t flags;
397 size_t ends_allocated;
398 u_int ends_next;
[all …]