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