PostgreSQL Source Code
git master
|
#include <execnodes.h>
Data Fields | |
ScanState | ss |
ExprContext * | rowcontext |
List ** | exprlists |
List ** | exprstatelists |
int | array_len |
int | curr_idx |
Definition at line 1976 of file execnodes.h.
int ValuesScanState::array_len |
Definition at line 1982 of file execnodes.h.
Referenced by ExecInitValuesScan(), and ValuesNext().
int ValuesScanState::curr_idx |
Definition at line 1983 of file execnodes.h.
Referenced by ExecInitValuesScan(), ExecReScanValuesScan(), and ValuesNext().
List** ValuesScanState::exprlists |
Definition at line 1980 of file execnodes.h.
Referenced by ExecInitValuesScan(), and ValuesNext().
List** ValuesScanState::exprstatelists |
Definition at line 1981 of file execnodes.h.
Referenced by ExecInitValuesScan(), and ValuesNext().
ExprContext* ValuesScanState::rowcontext |
Definition at line 1979 of file execnodes.h.
Referenced by ExecInitValuesScan(), and ValuesNext().
ScanState ValuesScanState::ss |
Definition at line 1978 of file execnodes.h.
Referenced by ExecInitValuesScan(), ExecReScanValuesScan(), ExecValuesScan(), and ValuesNext().