|
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 440 of file gin_private.h.
| Size BuildAccumulator::allocatedMemory |
Definition at line 443 of file gin_private.h.
Referenced by getDatumCopy(), ginAllocEntryAccumulator(), ginBuildCallback(), ginBuildCallbackParallel(), ginCombineData(), ginInitBA(), ginInsertBAEntry(), and ginInsertCleanup().
| uint32 BuildAccumulator::eas_used |
Definition at line 445 of file gin_private.h.
Referenced by ginAllocEntryAccumulator(), and ginInitBA().
| GinEntryAccumulator* BuildAccumulator::entryallocator |
Definition at line 444 of file gin_private.h.
Referenced by ginAllocEntryAccumulator(), and ginInitBA().
| GinState* BuildAccumulator::ginstate |
Definition at line 442 of file gin_private.h.
Referenced by _gin_parallel_build_main(), cmpEntryAccumulator(), getDatumCopy(), ginbuild(), ginHeapTupleBulkInsert(), ginInsertCleanup(), and processPendingPage().
| RBTree* BuildAccumulator::tree |
Definition at line 446 of file gin_private.h.
Referenced by ginBeginBAScan(), ginInitBA(), and ginInsertBAEntry().
| RBTreeIterator BuildAccumulator::tree_walk |
Definition at line 447 of file gin_private.h.
Referenced by ginBeginBAScan(), and ginGetBAEntry().