|
PostgreSQL Source Code git master
|
#include <gist_private.h>
Data Fields | ||
| pairingheap_node | phNode | |
| BlockNumber | blkno | |
| union { | ||
| GistNSN parentlsn | ||
| GISTSearchHeapItem heap | ||
| } | data | |
| IndexOrderByDistance | distances [FLEXIBLE_ARRAY_MEMBER] | |
Definition at line 130 of file gist_private.h.
| BlockNumber GISTSearchItem::blkno |
Definition at line 133 of file gist_private.h.
Referenced by gistgettuple(), and gistScanPage().
| union { ... } GISTSearchItem::data |
Referenced by getNextNearest(), and gistScanPage().
| IndexOrderByDistance GISTSearchItem::distances[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 142 of file gist_private.h.
Referenced by getNextNearest(), gistgetbitmap(), gistgettuple(), and gistScanPage().
| GISTSearchHeapItem GISTSearchItem::heap |
Definition at line 138 of file gist_private.h.
Referenced by getNextNearest(), and gistScanPage().
| GistNSN GISTSearchItem::parentlsn |
Definition at line 136 of file gist_private.h.
Referenced by gistScanPage().
| pairingheap_node GISTSearchItem::phNode |
Definition at line 132 of file gist_private.h.
Referenced by gistScanPage().