PostgreSQL Source Code: ResultState Struct Reference (original) (raw)

#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>

Data Fields
PlanState ps
ExprState * resconstantqual
bool rs_done
bool rs_checkqual

Detailed Description

Definition at line 1360 of file execnodes.h.

Field Documentation

ps

PlanState ResultState::ps

Definition at line 1362 of file execnodes.h.

Referenced by ExecInitResult(), and ExecResult().

resconstantqual

ExprState* ResultState::resconstantqual

Definition at line 1363 of file execnodes.h.

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

rs_checkqual

bool ResultState::rs_checkqual

Definition at line 1365 of file execnodes.h.

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

rs_done

bool ResultState::rs_done

Definition at line 1364 of file execnodes.h.

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


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