PostgreSQL Source Code
git master
|
#include <spgist_private.h>
Data Fields | |
pairingheap_node | phNode |
Datum | value |
SpGistLeafTuple | leafTuple |
void * | traversalValue |
int | level |
ItemPointerData | heapPtr |
bool | isNull |
bool | isLeaf |
bool | recheck |
bool | recheckDistances |
double | distances [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 164 of file spgist_private.h.
double SpGistSearchItem::distances[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 179 of file spgist_private.h.
Referenced by pairingheap_SpGistSearchItem_cmp(), spgAllocSearchItem(), and spgWalk().
ItemPointerData SpGistSearchItem::heapPtr |
Definition at line 172 of file spgist_private.h.
Referenced by spgAddStartItem(), spgMakeInnerItem(), spgNewHeapItem(), spgTestLeafTuple(), and spgWalk().
bool SpGistSearchItem::isLeaf |
Definition at line 174 of file spgist_private.h.
Referenced by pairingheap_SpGistSearchItem_cmp(), spgAddStartItem(), spgFreeSearchItem(), spgInitInnerConsistentIn(), spgLeafTest(), spgMakeInnerItem(), spgNewHeapItem(), and spgWalk().
bool SpGistSearchItem::isNull |
Definition at line 173 of file spgist_private.h.
Referenced by pairingheap_SpGistSearchItem_cmp(), spgAllocSearchItem(), and spgWalk().
SpGistLeafTuple SpGistSearchItem::leafTuple |
Definition at line 169 of file spgist_private.h.
Referenced by spgAddStartItem(), spgFreeSearchItem(), spgMakeInnerItem(), spgNewHeapItem(), and spgWalk().
int SpGistSearchItem::level |
Definition at line 171 of file spgist_private.h.
Referenced by spgAddStartItem(), spgInitInnerConsistentIn(), spgLeafTest(), spgMakeInnerItem(), and spgNewHeapItem().
pairingheap_node SpGistSearchItem::phNode |
Definition at line 166 of file spgist_private.h.
Referenced by spgAddSearchItemToQueue().
bool SpGistSearchItem::recheck |
Definition at line 175 of file spgist_private.h.
Referenced by spgAddStartItem(), spgMakeInnerItem(), spgNewHeapItem(), and spgWalk().
bool SpGistSearchItem::recheckDistances |
Definition at line 176 of file spgist_private.h.
Referenced by spgAddStartItem(), spgMakeInnerItem(), spgNewHeapItem(), and spgWalk().
void* SpGistSearchItem::traversalValue |
Definition at line 170 of file spgist_private.h.
Referenced by spgAddStartItem(), spgFreeSearchItem(), spgInitInnerConsistentIn(), spgLeafTest(), spgMakeInnerItem(), and spgNewHeapItem().
Datum SpGistSearchItem::value |
Definition at line 167 of file spgist_private.h.
Referenced by spgAddStartItem(), spgFreeSearchItem(), spgInitInnerConsistentIn(), spgLeafTest(), spgMakeInnerItem(), spgNewHeapItem(), and spgWalk().