|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| ScanState | ss |
| Size | pscan_len |
| struct SharedSeqScanInstrumentation * | sinstrument |
Definition at line 1669 of file execnodes.h.
| Size SeqScanState::pscan_len |
Definition at line 1672 of file execnodes.h.
Referenced by ExecSeqScanEstimate(), and ExecSeqScanInitializeDSM().
| struct SharedSeqScanInstrumentation* SeqScanState::sinstrument |
Definition at line 1673 of file execnodes.h.
Referenced by ExecEndSeqScan(), ExecSeqScanInstrumentInitDSM(), ExecSeqScanInstrumentInitWorker(), and ExecSeqScanRetrieveInstrumentation().
| ScanState SeqScanState::ss |
Definition at line 1671 of file execnodes.h.
Referenced by ExecEndSeqScan(), ExecReScanSeqScan(), ExecSeqScan(), ExecSeqScanEPQ(), ExecSeqScanEstimate(), ExecSeqScanInitializeDSM(), ExecSeqScanInitializeWorker(), ExecSeqScanInstrumentEstimate(), ExecSeqScanInstrumentInitDSM(), ExecSeqScanInstrumentInitWorker(), ExecSeqScanReInitializeDSM(), ExecSeqScanWithProject(), ExecSeqScanWithQual(), ExecSeqScanWithQualProject(), and SeqNext().