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] |
Structure for all non-leaf nodes when the key is of INTEGER type.
int badgerdb::NonLeafNodeInt::keyArray[INTARRAYNONLEAFSIZE] |
int badgerdb::NonLeafNodeInt::level |
PageId badgerdb::NonLeafNodeInt::pageNoArray[INTARRAYNONLEAFSIZE+1] |