PostgreSQL Source Code: ValuesScanState Struct Reference (original) (raw)
#include <[execnodes.h](execnodes%5F8h%5Fsource.html)>
| Data Fields | |
|---|---|
| ScanState | ss |
| ExprContext * | rowcontext |
| List ** | exprlists |
| List ** | exprstatelists |
| int | array_len |
| int | curr_idx |
Detailed Description
Definition at line 2013 of file execnodes.h.
Field Documentation
◆ array_len
int ValuesScanState::array_len
◆ curr_idx
int ValuesScanState::curr_idx
◆ exprlists
List** ValuesScanState::exprlists
◆ exprstatelists
List** ValuesScanState::exprstatelists
◆ rowcontext
◆ ss
The documentation for this struct was generated from the following file:
- src/include/nodes/execnodes.h