PostgreSQL Source Code  git master
ResultState Struct Reference

#include <execnodes.h>

Data Fields

PlanState ps
 
ExprStateresconstantqual
 
bool rs_done
 
bool rs_checkqual
 

Detailed Description

Definition at line 1318 of file execnodes.h.

Field Documentation

◆ ps

PlanState ResultState::ps

Definition at line 1320 of file execnodes.h.

Referenced by ExecInitResult(), and ExecResult().

◆ resconstantqual

ExprState* ResultState::resconstantqual

Definition at line 1321 of file execnodes.h.

Referenced by ExecInitResult(), ExecReScanResult(), and ExecResult().

◆ rs_checkqual

bool ResultState::rs_checkqual

Definition at line 1323 of file execnodes.h.

Referenced by ExecInitResult(), ExecReScanResult(), and ExecResult().

◆ rs_done

bool ResultState::rs_done

Definition at line 1322 of file execnodes.h.

Referenced by ExecInitResult(), ExecReScanResult(), and ExecResult().


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