Structure for all leaf nodes when the key is of DOUBLE type. More...
#include <btree.h>
Public Attributes | |
double | keyArray [DOUBLEARRAYLEAFSIZE] |
RecordId | ridArray [DOUBLEARRAYLEAFSIZE] |
PageId | rightSibPageNo |
Structure for all leaf nodes when the key is of DOUBLE type.
double badgerdb::LeafNodeDouble::keyArray[DOUBLEARRAYLEAFSIZE] |
RecordId badgerdb::LeafNodeDouble::ridArray[DOUBLEARRAYLEAFSIZE] |
PageId badgerdb::LeafNodeDouble::rightSibPageNo |