Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

ValuesScanState Struct Reference

#include <execnodes.h>

Data Fields

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

Detailed Description

Definition at line 1424 of file execnodes.h.


Field Documentation

Definition at line 1429 of file execnodes.h.

Referenced by ExecInitValuesScan(), and ValuesNext().

Definition at line 1428 of file execnodes.h.

Referenced by ExecInitValuesScan(), and ValuesNext().

Definition at line 1431 of file execnodes.h.

Referenced by ExecInitValuesScan(), ExecValuesMarkPos(), and ExecValuesRestrPos().

Definition at line 1427 of file execnodes.h.

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


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