Structure for all non-leaf nodes when the key is of STRING type. More...
#include <btree.h>
Public Attributes | |
int | level |
char | keyArray [STRINGARRAYNONLEAFSIZE][STRINGSIZE] |
PageId | pageNoArray [STRINGARRAYNONLEAFSIZE+1] |
Structure for all non-leaf nodes when the key is of STRING type.
char badgerdb::NonLeafNodeString::keyArray[STRINGARRAYNONLEAFSIZE][STRINGSIZE] |
int badgerdb::NonLeafNodeString::level |
PageId badgerdb::NonLeafNodeString::pageNoArray[STRINGARRAYNONLEAFSIZE+1] |