|
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 2011 of file execnodes.h.
| int ValuesScanState::array_len |
Definition at line 2017 of file execnodes.h.
Referenced by ExecInitValuesScan(), and ValuesNext().
| int ValuesScanState::curr_idx |
Definition at line 2018 of file execnodes.h.
Referenced by ExecInitValuesScan(), ExecReScanValuesScan(), and ValuesNext().
| List** ValuesScanState::exprlists |
Definition at line 2015 of file execnodes.h.
Referenced by ExecInitValuesScan(), and ValuesNext().
| List** ValuesScanState::exprstatelists |
Definition at line 2016 of file execnodes.h.
Referenced by ExecInitValuesScan(), and ValuesNext().
| ExprContext* ValuesScanState::rowcontext |
Definition at line 2014 of file execnodes.h.
Referenced by ExecInitValuesScan(), and ValuesNext().
| ScanState ValuesScanState::ss |
Definition at line 2013 of file execnodes.h.
Referenced by ExecInitValuesScan(), ExecReScanValuesScan(), ExecValuesScan(), and ValuesNext().