PostgreSQL Source Code
git master
|
#include <gin_private.h>
Definition at line 57 of file gin_private.h.
bool GinState::canPartialMatch[INDEX_MAX_KEYS] |
Definition at line 86 of file gin_private.h.
Referenced by ginFillScanKey().
FmgrInfo GinState::compareFn[INDEX_MAX_KEYS] |
Definition at line 79 of file gin_private.h.
Referenced by ginCompareEntries(), and ginExtractEntries().
FmgrInfo GinState::comparePartialFn[INDEX_MAX_KEYS] |
Definition at line 84 of file gin_private.h.
Referenced by collectMatchBitmap(), and matchPartialInPendingList().
FmgrInfo GinState::consistentFn[INDEX_MAX_KEYS] |
Definition at line 82 of file gin_private.h.
Referenced by ginInitConsistentFunction().
FmgrInfo GinState::extractQueryFn[INDEX_MAX_KEYS] |
Definition at line 81 of file gin_private.h.
FmgrInfo GinState::extractValueFn[INDEX_MAX_KEYS] |
Definition at line 80 of file gin_private.h.
Referenced by ginExtractEntries().
Relation GinState::index |
Definition at line 59 of file gin_private.h.
Referenced by addItemPointersToLeafTuple(), buildFreshLeafTuple(), entryLoadMoreItems(), ginEntryInsert(), GinFormTuple(), ginHeapTupleFastInsert(), ginInsertCleanup(), ginPrepareEntryScan(), and startScanEntry().
bool GinState::oneCol |
Definition at line 60 of file gin_private.h.
Referenced by GinFormTuple(), gintuple_get_attrnum(), and gintuple_get_key().
TupleDesc GinState::origTupdesc |
Definition at line 73 of file gin_private.h.
Referenced by collectMatchBitmap(), getDatumCopy(), ginBuildCallback(), gininsert(), and gintuple_get_key().
Oid GinState::supportCollation[INDEX_MAX_KEYS] |
Definition at line 88 of file gin_private.h.
Referenced by collectMatchBitmap(), ginCompareEntries(), ginExtractEntries(), ginInitConsistentFunction(), and matchPartialInPendingList().
FmgrInfo GinState::triConsistentFn[INDEX_MAX_KEYS] |
Definition at line 83 of file gin_private.h.
Referenced by ginInitConsistentFunction().
TupleDesc GinState::tupdesc[INDEX_MAX_KEYS] |
Definition at line 74 of file gin_private.h.
Referenced by GinFormTuple(), gintuple_get_attrnum(), and gintuple_get_key().