PostgreSQL Source Code
git master
|
#include <gin_private.h>
Data Fields | |
GinState * | ginstate |
Size | allocatedMemory |
GinEntryAccumulator * | entryallocator |
uint32 | eas_used |
RBTree * | tree |
RBTreeIterator | tree_walk |
Definition at line 431 of file gin_private.h.
Size BuildAccumulator::allocatedMemory |
Definition at line 434 of file gin_private.h.
Referenced by getDatumCopy(), ginAllocEntryAccumulator(), ginBuildCallback(), ginCombineData(), ginInitBA(), ginInsertBAEntry(), and ginInsertCleanup().
uint32 BuildAccumulator::eas_used |
Definition at line 436 of file gin_private.h.
Referenced by ginAllocEntryAccumulator(), and ginInitBA().
GinEntryAccumulator* BuildAccumulator::entryallocator |
Definition at line 435 of file gin_private.h.
Referenced by ginAllocEntryAccumulator(), and ginInitBA().
GinState* BuildAccumulator::ginstate |
Definition at line 433 of file gin_private.h.
Referenced by cmpEntryAccumulator(), getDatumCopy(), ginbuild(), ginHeapTupleBulkInsert(), ginInsertCleanup(), and processPendingPage().
RBTree* BuildAccumulator::tree |
Definition at line 437 of file gin_private.h.
Referenced by ginBeginBAScan(), ginInitBA(), and ginInsertBAEntry().
RBTreeIterator BuildAccumulator::tree_walk |
Definition at line 438 of file gin_private.h.
Referenced by ginBeginBAScan(), and ginGetBAEntry().