PostgreSQL Source Code  git master
ValuesScanState Struct Reference

#include <execnodes.h>

Data Fields

ScanState ss
 
ExprContextrowcontext
 
List ** exprlists
 
List ** exprstatelists
 
int array_len
 
int curr_idx
 

Detailed Description

Definition at line 1861 of file execnodes.h.

Field Documentation

◆ array_len

int ValuesScanState::array_len

Definition at line 1867 of file execnodes.h.

Referenced by ExecInitValuesScan(), and ValuesNext().

◆ curr_idx

int ValuesScanState::curr_idx

Definition at line 1868 of file execnodes.h.

Referenced by ExecInitValuesScan(), ExecReScanValuesScan(), and ValuesNext().

◆ exprlists

List** ValuesScanState::exprlists

Definition at line 1865 of file execnodes.h.

Referenced by ExecInitValuesScan(), and ValuesNext().

◆ exprstatelists

List** ValuesScanState::exprstatelists

Definition at line 1866 of file execnodes.h.

Referenced by ExecInitValuesScan(), and ValuesNext().

◆ rowcontext

ExprContext* ValuesScanState::rowcontext

Definition at line 1864 of file execnodes.h.

Referenced by ExecInitValuesScan(), and ValuesNext().

◆ ss

ScanState ValuesScanState::ss

Definition at line 1863 of file execnodes.h.

Referenced by ExecInitValuesScan(), ExecReScanValuesScan(), ExecValuesScan(), and ValuesNext().


The documentation for this struct was generated from the following file: