PostgreSQL Source Code: plperl_array_info Struct Reference (original) (raw)
Data Fields | |
---|---|
int | ndims |
bool | elem_is_rowtype |
Datum * | elements |
bool * | nulls |
int * | nelems |
FmgrInfo | proc |
FmgrInfo | transform_proc |
Definition at line 210 of file plperl.c.
◆ elem_is_rowtype
bool plperl_array_info::elem_is_rowtype
◆ elements
Datum* plperl_array_info::elements
◆ ndims
int plperl_array_info::ndims
◆ nelems
int* plperl_array_info::nelems
◆ nulls
bool* plperl_array_info::nulls
◆ proc
◆ transform_proc
FmgrInfo plperl_array_info::transform_proc
The documentation for this struct was generated from the following file:
- src/pl/plperl/plperl.c