PostgreSQL Source Code
git master
|
#include <execnodes.h>
Data Fields | |
ScanState | ss |
List * | tss_tidexprs |
bool | tss_isCurrentOf |
int | tss_NumTids |
int | tss_TidPtr |
ItemPointerData * | tss_TidList |
HeapTupleData | tss_htup |
Definition at line 1760 of file execnodes.h.
ScanState TidScanState::ss |
Definition at line 1762 of file execnodes.h.
Referenced by ExecEndTidScan(), ExecInitTidScan(), ExecReScanTidScan(), ExecTidScan(), TidExprListCreate(), TidListEval(), and TidNext().
HeapTupleData TidScanState::tss_htup |
Definition at line 1768 of file execnodes.h.
bool TidScanState::tss_isCurrentOf |
Definition at line 1764 of file execnodes.h.
Referenced by TidExprListCreate(), TidListEval(), and TidNext().
int TidScanState::tss_NumTids |
Definition at line 1765 of file execnodes.h.
Referenced by ExecInitTidScan(), ExecReScanTidScan(), TidListEval(), and TidNext().
List* TidScanState::tss_tidexprs |
Definition at line 1763 of file execnodes.h.
Referenced by TidExprListCreate(), and TidListEval().
ItemPointerData* TidScanState::tss_TidList |
Definition at line 1767 of file execnodes.h.
Referenced by ExecInitTidScan(), ExecReScanTidScan(), TidListEval(), and TidNext().
int TidScanState::tss_TidPtr |
Definition at line 1766 of file execnodes.h.
Referenced by ExecInitTidScan(), ExecReScanTidScan(), TidListEval(), and TidNext().