PostgreSQL Source Code  git master
RT_RADIX_TREE_CONTROL Struct Reference

#include <radixtree.h>

Data Fields

RT_PTR_ALLOC root
 
uint64 max_val
 
int64 num_keys
 
int start_shift
 

Detailed Description

Definition at line 680 of file radixtree.h.

Field Documentation

◆ max_val

uint64 RT_RADIX_TREE_CONTROL::max_val

Definition at line 689 of file radixtree.h.

◆ num_keys

int64 RT_RADIX_TREE_CONTROL::num_keys

Definition at line 690 of file radixtree.h.

◆ root

RT_PTR_ALLOC RT_RADIX_TREE_CONTROL::root

Definition at line 688 of file radixtree.h.

Referenced by RT_BEGIN_ITERATE().

◆ start_shift

int RT_RADIX_TREE_CONTROL::start_shift

Definition at line 691 of file radixtree.h.

Referenced by RT_BEGIN_ITERATE().


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