PostgreSQL Source Code  git master
CustomScanState Struct Reference

#include <execnodes.h>

Data Fields

ScanState ss
 
uint32 flags
 
Listcustom_ps
 
Size pscan_len
 
const struct CustomExecMethodsmethods
 
const struct TupleTableSlotOpsslotOps
 

Detailed Description

Definition at line 2058 of file execnodes.h.

Field Documentation

◆ custom_ps

List* CustomScanState::custom_ps

Definition at line 2063 of file execnodes.h.

Referenced by ExplainCustomChildren().

◆ flags

uint32 CustomScanState::flags

Definition at line 2061 of file execnodes.h.

Referenced by ExecInitCustomScan().

◆ methods

◆ pscan_len

Size CustomScanState::pscan_len

Definition at line 2064 of file execnodes.h.

Referenced by ExecCustomScanEstimate(), and ExecCustomScanInitializeDSM().

◆ slotOps

const struct TupleTableSlotOps* CustomScanState::slotOps

Definition at line 2066 of file execnodes.h.

Referenced by ExecInitCustomScan().

◆ ss


The documentation for this struct was generated from the following file: