PostgreSQL Source Code
git master
|
#include <execnodes.h>
Data Fields | |
ScanState | ss |
uint32 | flags |
List * | custom_ps |
Size | pscan_len |
const struct CustomExecMethods * | methods |
const struct TupleTableSlotOps * | slotOps |
Definition at line 1965 of file execnodes.h.
List* CustomScanState::custom_ps |
Definition at line 1970 of file execnodes.h.
Referenced by ExplainCustomChildren().
uint32 CustomScanState::flags |
Definition at line 1968 of file execnodes.h.
Referenced by ExecInitCustomScan().
const struct CustomExecMethods* CustomScanState::methods |
Definition at line 1972 of file execnodes.h.
Referenced by ExecCustomMarkPos(), ExecCustomRestrPos(), ExecCustomScan(), ExecCustomScanEstimate(), ExecCustomScanInitializeDSM(), ExecCustomScanInitializeWorker(), ExecCustomScanReInitializeDSM(), ExecEndCustomScan(), ExecInitCustomScan(), ExecReScanCustomScan(), ExecShutdownCustomScan(), and ExplainNode().
Size CustomScanState::pscan_len |
Definition at line 1971 of file execnodes.h.
Referenced by ExecCustomScanEstimate(), and ExecCustomScanInitializeDSM().
const struct TupleTableSlotOps* CustomScanState::slotOps |
Definition at line 1973 of file execnodes.h.
Referenced by ExecInitCustomScan().
ScanState CustomScanState::ss |
Definition at line 1967 of file execnodes.h.
Referenced by ExecCustomScanInitializeDSM(), ExecCustomScanInitializeWorker(), ExecCustomScanReInitializeDSM(), ExecEndCustomScan(), and ExecInitCustomScan().