Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

GinScanOpaqueData Struct Reference

#include <gin_private.h>

Data Fields

MemoryContext tempCtx
GinState ginstate
GinScanKey keys
uint32 nkeys
GinScanEntryentries
uint32 totalentries
uint32 allocentries
bool isVoidRes

Detailed Description

Definition at line 645 of file gin_private.h.


Field Documentation

Definition at line 655 of file gin_private.h.

Referenced by ginFillScanEntry(), and ginNewScanKey().

Definition at line 653 of file gin_private.h.

Referenced by freeScanKeys(), ginFillScanEntry(), ginNewScanKey(), scanGetItem(), and startScan().

Definition at line 657 of file gin_private.h.

Referenced by ginNewScanKey().

Definition at line 647 of file gin_private.h.

Referenced by ginbeginscan(), ginendscan(), scanGetItem(), and scanPendingInsert().

Definition at line 654 of file gin_private.h.

Referenced by freeScanKeys(), ginFillScanEntry(), ginNewScanKey(), scanGetItem(), and startScan().


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