PostgreSQL Source Code  git master
PopulateArrayContext Struct Reference

Data Fields

ArrayBuildStateastate
 
ArrayIODataaio
 
MemoryContext acxt
 
MemoryContext mcxt
 
const char * colname
 
int * dims
 
int * sizes
 
int ndims
 
Nodeescontext
 

Detailed Description

Definition at line 258 of file jsonfuncs.c.

Field Documentation

◆ acxt

MemoryContext PopulateArrayContext::acxt

Definition at line 262 of file jsonfuncs.c.

Referenced by populate_array(), and populate_array_element().

◆ aio

ArrayIOData* PopulateArrayContext::aio

Definition at line 261 of file jsonfuncs.c.

Referenced by populate_array(), and populate_array_element().

◆ astate

ArrayBuildState* PopulateArrayContext::astate

Definition at line 260 of file jsonfuncs.c.

Referenced by populate_array(), and populate_array_element().

◆ colname

const char* PopulateArrayContext::colname

Definition at line 264 of file jsonfuncs.c.

Referenced by populate_array(), and populate_array_report_expected_array().

◆ dims

◆ escontext

◆ mcxt

MemoryContext PopulateArrayContext::mcxt

Definition at line 263 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: