PostgreSQL Source Code  git master
RT_NODE_48 Struct Reference

#include <radixtree.h>

Data Fields

RT_NODE base
 
uint8 slot_idxs [RT_NODE_MAX_SLOTS]
 
bitmapword isset [RT_BM_IDX(RT_FANOUT_48_MAX)]
 
RT_PTR_ALLOC children [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 540 of file radixtree.h.

Field Documentation

◆ base

RT_NODE RT_NODE_48::base

Definition at line 542 of file radixtree.h.

Referenced by RT_ADD_CHILD_48(), RT_GROW_NODE_16(), and RT_VERIFY_NODE().

◆ children

RT_PTR_ALLOC RT_NODE_48::children[FLEXIBLE_ARRAY_MEMBER]

◆ isset

bitmapword RT_NODE_48::isset[RT_BM_IDX(RT_FANOUT_48_MAX)]

Definition at line 551 of file radixtree.h.

Referenced by RT_ADD_CHILD_48(), RT_ALLOC_NODE(), RT_GROW_NODE_16(), and RT_VERIFY_NODE().

◆ slot_idxs


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