Turnstone Operating System
Loading...
Searching...
No Matches
bplustree_node_internal_t Struct Reference

internal tree node More...

Public Attributes

list_tkeys
 keys at node (it is a sorted list)
 
struct bplustree_node_internal_tnext
 next node at tree same tree depth
 
struct bplustree_node_internal_tprevious
 previous node at tree same tree depth
 
struct bplustree_node_internal_tparent
 parent node
 
list_tdatas
 data values if it is leaf node
 
list_tchilds
 child nodes if it is internal node
 
boolean_t data_as_bucket
 if true data is bucket
 

Detailed Description

internal tree node

keys are sorted list. both datas and childs are can not be setted at same time.

TODO: make datas and childs as union an insert node type enum


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