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

#include <radixtree.h>

Data Fields

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

Detailed Description

Definition at line 528 of file radixtree.h.

Field Documentation

◆ base

RT_NODE RT_NODE_16::base

Definition at line 530 of file radixtree.h.

Referenced by RT_NODE_16_GET_INSERTPOS(), and RT_NODE_16_SEARCH_EQ().

◆ children

RT_PTR_ALLOC RT_NODE_16::children[FLEXIBLE_ARRAY_MEMBER]

Definition at line 535 of file radixtree.h.

Referenced by RT_NODE_16_SEARCH_EQ(), and RT_NODE_ITERATE_NEXT().

◆ chunks

uint8 RT_NODE_16::chunks[RT_FANOUT_16_MAX]

Definition at line 532 of file radixtree.h.

Referenced by RT_NODE_16_GET_INSERTPOS(), and RT_NODE_16_SEARCH_EQ().


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