|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| ScanState | ss |
| List * | trss_tidexprs |
| ItemPointerData | trss_mintid |
| ItemPointerData | trss_maxtid |
| bool | trss_inScan |
Definition at line 1935 of file execnodes.h.
| ScanState TidRangeScanState::ss |
Definition at line 1937 of file execnodes.h.
Referenced by ExecEndTidRangeScan(), ExecInitTidRangeScan(), ExecReScanTidRangeScan(), ExecTidRangeScan(), MakeTidOpExpr(), TidExprListCreate(), TidRangeEval(), and TidRangeNext().
| bool TidRangeScanState::trss_inScan |
Definition at line 1941 of file execnodes.h.
Referenced by ExecInitTidRangeScan(), ExecReScanTidRangeScan(), and TidRangeNext().
| ItemPointerData TidRangeScanState::trss_maxtid |
Definition at line 1940 of file execnodes.h.
Referenced by TidRangeEval(), TidRangeNext(), and TidRangeRecheck().
| ItemPointerData TidRangeScanState::trss_mintid |
Definition at line 1939 of file execnodes.h.
Referenced by TidRangeEval(), TidRangeNext(), and TidRangeRecheck().
| List* TidRangeScanState::trss_tidexprs |
Definition at line 1938 of file execnodes.h.
Referenced by TidExprListCreate(), and TidRangeEval().