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

#include <radixtree.h>

Data Fields

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

Detailed Description

Definition at line 542 of file radixtree.h.

Field Documentation

◆ base

RT_NODE RT_NODE_48::base

Definition at line 544 of file radixtree.h.

◆ children

RT_PTR_ALLOC RT_NODE_48::children[FLEXIBLE_ARRAY_MEMBER]

Definition at line 560 of file radixtree.h.

Referenced by RT_NODE_48_GET_CHILD().

◆ isset

bitmapword RT_NODE_48::isset[RT_BM_IDX(RT_FANOUT_48_MAX)]

Definition at line 547 of file radixtree.h.

◆ slot_idxs

uint8 RT_NODE_48::slot_idxs[RT_NODE_MAX_SLOTS]

Definition at line 554 of file radixtree.h.

Referenced by RT_NODE_48_GET_CHILD(), and RT_NODE_48_IS_CHUNK_USED().


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