PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PopulateArrayContext Struct Reference

Data Fields

ArrayBuildStateastate
 
ArrayIODataaio
 
MemoryContext acxt
 
MemoryContext mcxt
 
const charcolname
 
intdims
 
intsizes
 
int ndims
 
Nodeescontext
 

Detailed Description

Definition at line 259 of file jsonfuncs.c.

Field Documentation

◆ acxt

MemoryContext PopulateArrayContext::acxt

Definition at line 263 of file jsonfuncs.c.

Referenced by populate_array(), and populate_array_element().

◆ aio

ArrayIOData* PopulateArrayContext::aio

Definition at line 262 of file jsonfuncs.c.

Referenced by populate_array(), and populate_array_element().

◆ astate

ArrayBuildState* PopulateArrayContext::astate

Definition at line 261 of file jsonfuncs.c.

Referenced by populate_array(), and populate_array_element().

◆ colname

const char* PopulateArrayContext::colname

Definition at line 265 of file jsonfuncs.c.

Referenced by populate_array(), and populate_array_report_expected_array().

◆ dims

◆ escontext

◆ mcxt

MemoryContext PopulateArrayContext::mcxt

Definition at line 264 of file jsonfuncs.c.

Referenced by populate_array(), and populate_array_element().

◆ ndims

◆ sizes


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