|
PostgreSQL Source Code git master
|
#include <spgist_private.h>
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 spgAllocSearchItem(), and spgWalk().
| ItemPointerData SpGistSearchItem::heapPtr |
Definition at line 172 of file spgist_private.h.
Referenced by spgMakeInnerItem(), spgNewHeapItem(), spgTestLeafTuple(), and spgWalk().
| bool SpGistSearchItem::isLeaf |
Definition at line 174 of file spgist_private.h.
Referenced by spgFreeSearchItem(), spgInitInnerConsistentIn(), spgLeafTest(), spgMakeInnerItem(), spgNewHeapItem(), and spgWalk().
| bool SpGistSearchItem::isNull |
Definition at line 173 of file spgist_private.h.
Referenced by spgAllocSearchItem(), and spgWalk().
| SpGistLeafTuple SpGistSearchItem::leafTuple |
Definition at line 169 of file spgist_private.h.
Referenced by spgFreeSearchItem(), spgMakeInnerItem(), spgNewHeapItem(), and spgWalk().
| int SpGistSearchItem::level |
Definition at line 171 of file spgist_private.h.
Referenced by 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 spgMakeInnerItem(), spgNewHeapItem(), and spgWalk().
| bool SpGistSearchItem::recheckDistances |
Definition at line 176 of file spgist_private.h.
Referenced by spgMakeInnerItem(), spgNewHeapItem(), and spgWalk().
| void* SpGistSearchItem::traversalValue |
Definition at line 170 of file spgist_private.h.
Referenced by spgFreeSearchItem(), spgInitInnerConsistentIn(), spgLeafTest(), spgMakeInnerItem(), and spgNewHeapItem().
| Datum SpGistSearchItem::value |
Definition at line 167 of file spgist_private.h.
Referenced by spgFreeSearchItem(), spgInitInnerConsistentIn(), spgLeafTest(), spgMakeInnerItem(), spgNewHeapItem(), and spgWalk().