Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

IndexScanDescData Struct Reference

#include <relscan.h>

Data Fields

Relation heapRelation
Relation indexRelation
Snapshot xs_snapshot
int numberOfKeys
int numberOfOrderBys
ScanKey keyData
ScanKey orderByData
bool xs_want_itup
bool kill_prior_tuple
bool ignore_killed_tuples
bool xactStartedInRecovery
void * opaque
IndexTuple xs_itup
TupleDesc xs_itupdesc
HeapTupleData xs_ctup
Buffer xs_cbuf
bool xs_recheck
bool xs_continue_hot

Detailed Description

Definition at line 62 of file relscan.h.


Field Documentation

Definition at line 65 of file relscan.h.

Referenced by index_beginscan(), index_fetch_heap(), IndexOnlyNext(), and RelationGetIndexScan().

Definition at line 76 of file relscan.h.

Referenced by _bt_checkkeys(), hashgetbitmap(), hashgettuple(), and RelationGetIndexScan().

Definition at line 71 of file relscan.h.

Referenced by gistindex_keytest(), gistrescan(), IndexScanEnd(), and RelationGetIndexScan().

Definition at line 77 of file relscan.h.

Referenced by index_fetch_heap(), and RelationGetIndexScan().

Definition at line 85 of file relscan.h.

Referenced by btbeginscan(), IndexOnlyNext(), RelationGetIndexScan(), and spgbeginscan().

Definition at line 72 of file relscan.h.

Referenced by _bt_endpoint(), _bt_first(), _bt_next(), btrescan(), RelationGetIndexScan(), and spggettuple().


The documentation for this struct was generated from the following file: