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 431 of file gin_private.h.

Field Documentation

◆ allocatedMemory

Size BuildAccumulator::allocatedMemory

◆ eas_used

uint32 BuildAccumulator::eas_used

Definition at line 436 of file gin_private.h.

Referenced by ginAllocEntryAccumulator(), and ginInitBA().

◆ entryallocator

GinEntryAccumulator* BuildAccumulator::entryallocator

Definition at line 435 of file gin_private.h.

Referenced by ginAllocEntryAccumulator(), and ginInitBA().

◆ ginstate

GinState* BuildAccumulator::ginstate

◆ tree

RBTree* BuildAccumulator::tree

Definition at line 437 of file gin_private.h.

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

◆ tree_walk

RBTreeIterator BuildAccumulator::tree_walk

Definition at line 438 of file gin_private.h.

Referenced by ginBeginBAScan(), and ginGetBAEntry().


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