PostgreSQL Source Code
git master
|
#include <gist_private.h>
Definition at line 75 of file gist_private.h.
FmgrInfo GISTSTATE::compressFn[INDEX_MAX_KEYS] |
Definition at line 88 of file gist_private.h.
Referenced by gistCompressValues(), gistFetchTuple(), and initGISTstate().
FmgrInfo GISTSTATE::consistentFn[INDEX_MAX_KEYS] |
Definition at line 86 of file gist_private.h.
Referenced by gistrescan(), and initGISTstate().
FmgrInfo GISTSTATE::decompressFn[INDEX_MAX_KEYS] |
Definition at line 89 of file gist_private.h.
Referenced by gistdentryinit(), and initGISTstate().
FmgrInfo GISTSTATE::distanceFn[INDEX_MAX_KEYS] |
Definition at line 93 of file gist_private.h.
Referenced by gistrescan(), and initGISTstate().
FmgrInfo GISTSTATE::equalFn[INDEX_MAX_KEYS] |
Definition at line 92 of file gist_private.h.
Referenced by gistKeyIsEQ(), and initGISTstate().
FmgrInfo GISTSTATE::fetchFn[INDEX_MAX_KEYS] |
Definition at line 94 of file gist_private.h.
Referenced by gistFetchAtt(), gistFetchTuple(), and initGISTstate().
TupleDesc GISTSTATE::fetchTupdesc |
Definition at line 83 of file gist_private.h.
Referenced by gistFetchTuple(), and gistrescan().
TupleDesc GISTSTATE::leafTupdesc |
Definition at line 80 of file gist_private.h.
Referenced by gistchoose(), gistDeCompressAtt(), gistFetchTuple(), gistFormTuple(), gistMakeUnionItVec(), gistrescan(), gistSplitByKey(), and initGISTstate().
TupleDesc GISTSTATE::nonLeafTupdesc |
Definition at line 81 of file gist_private.h.
Referenced by gistFormTuple(), gistMakeUnionItVec(), gistSplit(), gistSplitByKey(), gistUserPicksplit(), initGISTstate(), and placeOne().
FmgrInfo GISTSTATE::penaltyFn[INDEX_MAX_KEYS] |
Definition at line 90 of file gist_private.h.
Referenced by gistpenalty(), and initGISTstate().
FmgrInfo GISTSTATE::picksplitFn[INDEX_MAX_KEYS] |
Definition at line 91 of file gist_private.h.
Referenced by gistUserPicksplit(), and initGISTstate().
MemoryContext GISTSTATE::scanCxt |
Definition at line 77 of file gist_private.h.
Referenced by freeGISTstate(), gistbeginscan(), gistgettuple(), gistrescan(), and initGISTstate().
Oid GISTSTATE::supportCollation[INDEX_MAX_KEYS] |
Definition at line 97 of file gist_private.h.
Referenced by genericPickSplit(), gistCompressValues(), gistdentryinit(), gistFetchAtt(), gistKeyIsEQ(), gistMakeUnionItVec(), gistMakeUnionKey(), gistpenalty(), gistUserPicksplit(), and initGISTstate().
MemoryContext GISTSTATE::tempCxt |
Definition at line 78 of file gist_private.h.
Referenced by gistbeginscan(), gistbuild(), gistBuildCallback(), gistEmptyAllBuffers(), gistFetchTuple(), gistinsert(), gistProcessEmptyingQueue(), gistScanPage(), gistSortedBuildCallback(), and initGISTstate().
FmgrInfo GISTSTATE::unionFn[INDEX_MAX_KEYS] |
Definition at line 87 of file gist_private.h.
Referenced by genericPickSplit(), gistMakeUnionItVec(), gistMakeUnionKey(), and initGISTstate().