PostgreSQL Source Code git master
BuildAccumulator Struct Reference

#include <gin_private.h>

Data Fields

GinStateginstate
 
Size allocatedMemory
 
GinEntryAccumulatorentryallocator
 
uint32 eas_used
 
RBTreetree
 
RBTreeIterator tree_walk
 

Detailed Description

Definition at line 439 of file gin_private.h.

Field Documentation

◆ allocatedMemory

◆ eas_used

uint32 BuildAccumulator::eas_used

Definition at line 444 of file gin_private.h.

Referenced by ginAllocEntryAccumulator(), and ginInitBA().

◆ entryallocator

GinEntryAccumulator* BuildAccumulator::entryallocator

Definition at line 443 of file gin_private.h.

Referenced by ginAllocEntryAccumulator(), and ginInitBA().

◆ ginstate

◆ tree

RBTree* BuildAccumulator::tree

Definition at line 445 of file gin_private.h.

Referenced by ginBeginBAScan(), ginInitBA(), and ginInsertBAEntry().

◆ tree_walk

RBTreeIterator BuildAccumulator::tree_walk

Definition at line 446 of file gin_private.h.

Referenced by ginBeginBAScan(), and ginGetBAEntry().


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