PostgreSQL Source Code  git master
plperl_array_info Struct Reference

Data Fields

int ndims
 
bool elem_is_rowtype
 
Datumelements
 
boolnulls
 
int * nelems
 
FmgrInfo proc
 
FmgrInfo transform_proc
 

Detailed Description

Definition at line 208 of file plperl.c.

Field Documentation

◆ elem_is_rowtype

bool plperl_array_info::elem_is_rowtype

Definition at line 211 of file plperl.c.

Referenced by make_array_ref(), and plperl_ref_from_pg_array().

◆ elements

Datum* plperl_array_info::elements

Definition at line 212 of file plperl.c.

Referenced by make_array_ref(), and plperl_ref_from_pg_array().

◆ ndims

int plperl_array_info::ndims

Definition at line 210 of file plperl.c.

Referenced by plperl_ref_from_pg_array(), and split_array().

◆ nelems

int* plperl_array_info::nelems

Definition at line 214 of file plperl.c.

Referenced by plperl_ref_from_pg_array(), and split_array().

◆ nulls

bool* plperl_array_info::nulls

Definition at line 213 of file plperl.c.

Referenced by make_array_ref(), and plperl_ref_from_pg_array().

◆ proc

FmgrInfo plperl_array_info::proc

Definition at line 215 of file plperl.c.

Referenced by make_array_ref(), and plperl_ref_from_pg_array().

◆ transform_proc

FmgrInfo plperl_array_info::transform_proc

Definition at line 216 of file plperl.c.

Referenced by make_array_ref(), and plperl_ref_from_pg_array().


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