WiscDB
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends
Public Attributes
wiscdb::LeafNodeInt Struct Reference

Structure for all leaf nodes when the key is of INTEGER type. More...

#include <btree.h>

List of all members.

Public Attributes

int keyArray [INTARRAYLEAFSIZE]
RecordId ridArray [INTARRAYLEAFSIZE]
PageId rightSibPageNo

Detailed Description

Structure for all leaf nodes when the key is of INTEGER type.

Definition at line 229 of file btree.h.


Member Data Documentation

Stores keys.

Definition at line 233 of file btree.h.

Stores RecordIds.

Definition at line 238 of file btree.h.

Page number of the leaf on the right side. This linking of leaves allows to easily move from one leaf to the next leaf during index scan.

Definition at line 244 of file btree.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends