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 2005 of file execnodes.h.
int ValuesScanState::array_len |
Definition at line 2011 of file execnodes.h.
Referenced by ExecInitValuesScan(), and ValuesNext().
int ValuesScanState::curr_idx |
Definition at line 2012 of file execnodes.h.
Referenced by ExecInitValuesScan(), ExecReScanValuesScan(), and ValuesNext().
List** ValuesScanState::exprlists |
Definition at line 2009 of file execnodes.h.
Referenced by ExecInitValuesScan(), and ValuesNext().
List** ValuesScanState::exprstatelists |
Definition at line 2010 of file execnodes.h.
Referenced by ExecInitValuesScan(), and ValuesNext().
ExprContext* ValuesScanState::rowcontext |
Definition at line 2008 of file execnodes.h.
Referenced by ExecInitValuesScan(), and ValuesNext().
ScanState ValuesScanState::ss |
Definition at line 2007 of file execnodes.h.
Referenced by ExecInitValuesScan(), ExecReScanValuesScan(), ExecValuesScan(), and ValuesNext().