BadgerDB
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends Pages
Public Attributes | List of all members
badgerdb::NonLeafNodeInt Struct Reference

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

#include <btree.h>

Public Attributes

int level
 
int keyArray [INTARRAYNONLEAFSIZE]
 
PageId pageNoArray [INTARRAYNONLEAFSIZE+1]
 

Detailed Description

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

Definition at line 171 of file btree.h.

Member Data Documentation

int badgerdb::NonLeafNodeInt::keyArray[INTARRAYNONLEAFSIZE]

Stores keys.

Definition at line 180 of file btree.h.

int badgerdb::NonLeafNodeInt::level

Level of the node in the tree.

Definition at line 175 of file btree.h.

PageId badgerdb::NonLeafNodeInt::pageNoArray[INTARRAYNONLEAFSIZE+1]

Stores page numbers of child pages which themselves are other non-leaf/leaf nodes in the tree.

Definition at line 185 of file btree.h.


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