PostgreSQL Source Code git master
Loading...
Searching...
No Matches
RT_NODE Struct Reference

#include <radixtree.h>

Data Fields

uint8 kind
 
uint8 fanout
 
uint8 count
 

Detailed Description

Definition at line 374 of file radixtree.h.

Field Documentation

◆ count

uint8 RT_NODE::count

Definition at line 394 of file radixtree.h.

Referenced by RT_ADD_CHILD_4(), RT_NODE_16_GET_INSERTPOS(), and RT_NODE_16_SEARCH_EQ().

◆ fanout

uint8 RT_NODE::fanout

Definition at line 386 of file radixtree.h.

Referenced by RT_ALLOC_NODE().

◆ kind

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().


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