#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] |
Definition at line 282 of file gin_private.h.
bool GinState::canPartialMatch[INDEX_MAX_KEYS] |
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().
FmgrInfo GinState::comparePartialFn[INDEX_MAX_KEYS] |
Definition at line 308 of file gin_private.h.
Referenced by collectMatchBitmap(), initGinState(), and matchPartialInPendingList().
FmgrInfo GinState::consistentFn[INDEX_MAX_KEYS] |
Definition at line 307 of file gin_private.h.
Referenced by callConsistentFn(), and initGinState().
FmgrInfo GinState::extractQueryFn[INDEX_MAX_KEYS] |
Definition at line 306 of file gin_private.h.
Referenced by ginNewScanKey(), and initGinState().
FmgrInfo GinState::extractValueFn[INDEX_MAX_KEYS] |
Definition at line 305 of file gin_private.h.
Referenced by ginExtractEntries(), and initGinState().
Definition at line 284 of file gin_private.h.
Referenced by addItemPointersToLeafTuple(), buildFreshLeafTuple(), entryGetNextItem(), ginContinueSplit(), ginEntryInsert(), GinFormTuple(), ginHeapTupleFastInsert(), ginInsertCleanup(), ginPrepareEntryScan(), initGinState(), and startScanEntry().
Definition at line 285 of file gin_private.h.
Referenced by GinFormTuple(), gintuple_get_attrnum(), gintuple_get_key(), and initGinState().
Definition at line 298 of file gin_private.h.
Referenced by collectMatchBitmap(), getDatumCopy(), ginBuildCallback(), ginHeapTupleFastCollect(), gininsert(), gintuple_get_key(), and initGinState().
Oid GinState::supportCollation[INDEX_MAX_KEYS] |
Definition at line 312 of file gin_private.h.
Referenced by callConsistentFn(), collectMatchBitmap(), ginCompareEntries(), ginExtractEntries(), ginNewScanKey(), initGinState(), and matchPartialInPendingList().
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().