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

#include <radixtree.h>

Data Fields

RT_NODE base
 
uint8 chunks [RT_FANOUT_4_MAX]
 
RT_PTR_ALLOC children [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 518 of file radixtree.h.

Field Documentation

◆ base

RT_NODE RT_NODE_4::base

Definition at line 520 of file radixtree.h.

Referenced by RT_ADD_CHILD_4().

◆ children

RT_PTR_ALLOC RT_NODE_4::children[FLEXIBLE_ARRAY_MEMBER]

Definition at line 525 of file radixtree.h.

Referenced by RT_NODE_ITERATE_NEXT().

◆ chunks

uint8 RT_NODE_4::chunks[RT_FANOUT_4_MAX]

Definition at line 522 of file radixtree.h.

Referenced by RT_NODE_4_GET_INSERTPOS().


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