PostgreSQL Source Code
git master
|
#include <array.h>
Data Fields | |
int32 | vl_len_ |
int | ndim |
int32 | dataoffset |
Oid | elemtype |
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().
Oid ArrayType::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().
int ArrayType::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().