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

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

#include <btree.h>

Public Attributes

int keyArray [INTARRAYLEAFSIZE]
 
RecordId ridArray [INTARRAYLEAFSIZE]
 
PageId rightSibPageNo
 

Detailed Description

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

Definition at line 231 of file btree.h.

Member Data Documentation

int badgerdb::LeafNodeInt::keyArray[INTARRAYLEAFSIZE]

Stores keys.

Definition at line 235 of file btree.h.

RecordId badgerdb::LeafNodeInt::ridArray[INTARRAYLEAFSIZE]

Stores RecordIds.

Definition at line 240 of file btree.h.

PageId badgerdb::LeafNodeInt::rightSibPageNo

Page number of the leaf on the right side. This linking of leaves allows to easily move from one leaf to the next leaf during index scan.

Definition at line 246 of file btree.h.


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