|
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 1988 of file execnodes.h.
| int ValuesScanState::array_len |
Definition at line 1994 of file execnodes.h.
Referenced by ValuesNext().
| int ValuesScanState::curr_idx |
Definition at line 1995 of file execnodes.h.
Referenced by ExecReScanValuesScan(), and ValuesNext().
| List** ValuesScanState::exprlists |
Definition at line 1992 of file execnodes.h.
Referenced by ValuesNext().
| List** ValuesScanState::exprstatelists |
Definition at line 1993 of file execnodes.h.
Referenced by ValuesNext().
| ExprContext* ValuesScanState::rowcontext |
Definition at line 1991 of file execnodes.h.
Referenced by ValuesNext().
| ScanState ValuesScanState::ss |
Definition at line 1990 of file execnodes.h.
Referenced by ExecReScanValuesScan(), ExecValuesScan(), and ValuesNext().