PostgreSQL Source Code git master
|
#include <radixtree.h>
Data Fields | |
uint8 | kind |
uint8 | fanout |
uint8 | count |
Definition at line 374 of file radixtree.h.
uint8 RT_NODE::count |
Definition at line 394 of file radixtree.h.
Referenced by RT_ADD_CHILD_16(), RT_ADD_CHILD_256(), RT_ADD_CHILD_4(), RT_ADD_CHILD_48(), RT_EXTEND_DOWN(), RT_EXTEND_UP(), RT_GROW_NODE_16(), RT_GROW_NODE_4(), RT_NODE_16_GET_INSERTPOS(), RT_NODE_16_SEARCH_EQ(), RT_NODE_ITERATE_NEXT(), RT_NODE_SEARCH(), RT_SET(), and RT_VERIFY_NODE().
uint8 RT_NODE::fanout |
Definition at line 386 of file radixtree.h.
Referenced by RT_ALLOC_NODE(), and RT_GROW_NODE_16().
uint8 RT_NODE::kind |
Definition at line 377 of file radixtree.h.
Referenced by RT_ALLOC_NODE(), RT_NODE_INSERT(), RT_NODE_SEARCH(), and RT_VERIFY_NODE().