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

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

#include <btree.h>

List of all members.

Public Attributes

int level
char keyArray [STRINGARRAYNONLEAFSIZE][STRINGSIZE]
PageId pageNoArray [STRINGARRAYNONLEAFSIZE+1]

Detailed Description

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

Definition at line 209 of file btree.h.


Member Data Documentation

Stores keys.

Definition at line 218 of file btree.h.

Level of the node in the tree.

Definition at line 213 of file btree.h.

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

Definition at line 223 of file btree.h.


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