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