CUBRID Engine  latest
btree_node_scan Struct Reference

#include <btree.h>

Collaboration diagram for btree_node_scan:
Collaboration graph

Public Attributes

BTID_INT btid_int
 
VPID crt_vpid
 
PAGE_PTR crt_page
 
bool first_call
 
BTREE_NODE_SCAN_QUEUE_ITEMqueue_head
 
BTREE_NODE_SCAN_QUEUE_ITEMqueue_tail
 

Detailed Description

Definition at line 389 of file btree.h.

Member Data Documentation

BTID_INT btree_node_scan::btid_int

Definition at line 391 of file btree.h.

Referenced by btree_get_next_node_info(), and scan_open_index_node_info_scan().

PAGE_PTR btree_node_scan::crt_page

Definition at line 393 of file btree.h.

Referenced by btree_get_next_node_info().

VPID btree_node_scan::crt_vpid

Definition at line 392 of file btree.h.

Referenced by btree_get_next_node_info().

bool btree_node_scan::first_call

Definition at line 394 of file btree.h.

Referenced by btree_get_next_node_info().

BTREE_NODE_SCAN_QUEUE_ITEM* btree_node_scan::queue_head

Definition at line 396 of file btree.h.

BTREE_NODE_SCAN_QUEUE_ITEM* btree_node_scan::queue_tail

Definition at line 397 of file btree.h.


The documentation for this struct was generated from the following file: