PostgreSQL Source Code: ArrayType Struct Reference (original) (raw)

#include <[array.h](array%5F8h%5Fsource.html)>

Data Fields
int32 vl_len_
int ndim
int32 dataoffset
Oid elemtype

Definition at line 92 of file array.h.

dataoffset

int32 ArrayType::dataoffset

Definition at line 96 of file array.h.

Referenced by allocacl(), array_cat(), array_get_slice(), array_in(), array_map(), array_recv(), array_replace_internal(), array_set_element(), array_set_slice(), construct_empty_array(), construct_md_array(), create_array_envelope(), EA_flatten_into(), ExecEvalArrayExpr(), makeArrayResultArr(), and new_intArrayType().

elemtype

Definition at line 97 of file array.h.

Referenced by allocacl(), array_cat(), array_get_slice(), array_in(), array_map(), array_recv(), array_replace_internal(), array_set_element(), array_set_slice(), construct_empty_array(), construct_md_array(), create_array_envelope(), EA_flatten_into(), ExecEvalArrayExpr(), and makeArrayResultArr().

ndim

Definition at line 95 of file array.h.

Referenced by allocacl(), array_cat(), array_get_slice(), array_in(), array_map(), array_recv(), array_replace_internal(), array_set_element(), array_set_slice(), construct_empty_array(), construct_md_array(), create_array_envelope(), EA_flatten_into(), ExecEvalArrayExpr(), and makeArrayResultArr().

vl_len_


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