|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| ScanState | ss |
| List * | trss_tidexprs |
| ItemPointerData | trss_mintid |
| ItemPointerData | trss_maxtid |
| bool | trss_inScan |
| Size | trss_pscanlen |
Definition at line 1890 of file execnodes.h.
| ScanState TidRangeScanState::ss |
Definition at line 1892 of file execnodes.h.
Referenced by ExecEndTidRangeScan(), ExecReScanTidRangeScan(), ExecTidRangeScan(), ExecTidRangeScanEstimate(), ExecTidRangeScanInitializeDSM(), ExecTidRangeScanInitializeWorker(), ExecTidRangeScanReInitializeDSM(), TidRangeEval(), and TidRangeNext().
| bool TidRangeScanState::trss_inScan |
Definition at line 1896 of file execnodes.h.
Referenced by ExecReScanTidRangeScan(), and TidRangeNext().
| ItemPointerData TidRangeScanState::trss_maxtid |
Definition at line 1895 of file execnodes.h.
Referenced by TidRangeEval(), TidRangeNext(), and TidRangeRecheck().
| ItemPointerData TidRangeScanState::trss_mintid |
Definition at line 1894 of file execnodes.h.
Referenced by TidRangeEval(), TidRangeNext(), and TidRangeRecheck().
| Size TidRangeScanState::trss_pscanlen |
Definition at line 1897 of file execnodes.h.
Referenced by ExecTidRangeScanEstimate(), and ExecTidRangeScanInitializeDSM().
| List* TidRangeScanState::trss_tidexprs |
Definition at line 1893 of file execnodes.h.
Referenced by TidRangeEval().