Header And Logo

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

Data Fields

GinState Struct Reference

#include <gin_private.h>

Data Fields

Relation index
bool oneCol
TupleDesc origTupdesc
TupleDesc tupdesc [INDEX_MAX_KEYS]
FmgrInfo compareFn [INDEX_MAX_KEYS]
FmgrInfo extractValueFn [INDEX_MAX_KEYS]
FmgrInfo extractQueryFn [INDEX_MAX_KEYS]
FmgrInfo consistentFn [INDEX_MAX_KEYS]
FmgrInfo comparePartialFn [INDEX_MAX_KEYS]
bool canPartialMatch [INDEX_MAX_KEYS]
Oid supportCollation [INDEX_MAX_KEYS]

Detailed Description

Definition at line 282 of file gin_private.h.


Field Documentation

Definition at line 310 of file gin_private.h.

Referenced by ginFillScanKey(), and initGinState().

FmgrInfo GinState::compareFn[INDEX_MAX_KEYS]

Definition at line 304 of file gin_private.h.

Referenced by ginCompareEntries(), ginExtractEntries(), and initGinState().

Definition at line 308 of file gin_private.h.

Referenced by collectMatchBitmap(), initGinState(), and matchPartialInPendingList().

Definition at line 307 of file gin_private.h.

Referenced by callConsistentFn(), and initGinState().

Definition at line 306 of file gin_private.h.

Referenced by ginNewScanKey(), and initGinState().

Definition at line 305 of file gin_private.h.

Referenced by ginExtractEntries(), and initGinState().

Definition at line 285 of file gin_private.h.

Referenced by GinFormTuple(), gintuple_get_attrnum(), gintuple_get_key(), and initGinState().

TupleDesc GinState::tupdesc[INDEX_MAX_KEYS]

Definition at line 299 of file gin_private.h.

Referenced by GinFormTuple(), gintuple_get_attrnum(), gintuple_get_key(), and initGinState().


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