|
PostgreSQL Source Code git master
|
#include <gin_private.h>
Data Fields | |
| MemoryContext | tempCtx |
| GinState | ginstate |
| GinScanKey | keys |
| uint32 | nkeys |
| GinScanEntry * | entries |
| uint32 | totalentries |
| uint32 | allocentries |
| MemoryContext | keyCtx |
| bool | isVoidRes |
Definition at line 378 of file gin_private.h.
| uint32 GinScanOpaqueData::allocentries |
Definition at line 388 of file gin_private.h.
Referenced by ginFillScanEntry().
| GinScanEntry* GinScanOpaqueData::entries |
Definition at line 386 of file gin_private.h.
Referenced by ginFillScanEntry(), ginFreeScanKeys(), and startScan().
| GinState GinScanOpaqueData::ginstate |
Definition at line 381 of file gin_private.h.
Referenced by collectMatchesForHeapRow(), ginbeginscan(), ginFillScanEntry(), ginFillScanKey(), scanGetItem(), and startScan().
| bool GinScanOpaqueData::isVoidRes |
Definition at line 392 of file gin_private.h.
| MemoryContext GinScanOpaqueData::keyCtx |
Definition at line 390 of file gin_private.h.
Referenced by ginbeginscan(), ginendscan(), ginFreeScanKeys(), and startScanKey().
| GinScanKey GinScanOpaqueData::keys |
Definition at line 383 of file gin_private.h.
Referenced by collectMatchesForHeapRow(), ginbeginscan(), ginFillScanKey(), ginFreeScanKeys(), scanGetItem(), scanPendingInsert(), and startScan().
| uint32 GinScanOpaqueData::nkeys |
Definition at line 384 of file gin_private.h.
Referenced by collectMatchesForHeapRow(), ginbeginscan(), ginFillScanKey(), ginFreeScanKeys(), scanGetItem(), scanPendingInsert(), and startScan().
| MemoryContext GinScanOpaqueData::tempCtx |
Definition at line 380 of file gin_private.h.
Referenced by ginbeginscan(), ginendscan(), scanGetItem(), scanPendingInsert(), and startScanKey().
| uint32 GinScanOpaqueData::totalentries |
Definition at line 387 of file gin_private.h.
Referenced by ginFillScanEntry(), ginFreeScanKeys(), and startScan().