|
PostgreSQL Source Code git master
|
#include <execnodes.h>
Data Fields | |
| ScanState | ss |
| Size | pscan_len |
Definition at line 1631 of file execnodes.h.
| Size SeqScanState::pscan_len |
Definition at line 1634 of file execnodes.h.
Referenced by ExecSeqScanEstimate(), and ExecSeqScanInitializeDSM().
| ScanState SeqScanState::ss |
Definition at line 1633 of file execnodes.h.
Referenced by ExecEndSeqScan(), ExecInitSeqScan(), ExecReScanSeqScan(), ExecSeqScan(), ExecSeqScanEPQ(), ExecSeqScanEstimate(), ExecSeqScanInitializeDSM(), ExecSeqScanInitializeWorker(), ExecSeqScanReInitializeDSM(), ExecSeqScanWithProject(), ExecSeqScanWithQual(), ExecSeqScanWithQualProject(), and SeqNext().