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

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

Data Fields
Oid element_type
int16 typlen
bool typbyval
char typalign
char typdelim
Oid typioparam
Oid typiofunc
FmgrInfo proc

Detailed Description

Field Documentation

element_type

Oid ArrayMetaState::element_type

Definition at line 238 of file array.h.

Referenced by array_create_iterator(), array_fill_internal(), array_in(), array_map(), array_out(), array_position_common(), array_positions(), array_recv(), array_send(), array_sort_internal(), array_to_text_internal(), DatumGetExpandedArrayX(), expand_array(), and fetch_array_arg_replace_nulls().

proc

typalign

char ArrayMetaState::typalign

Definition at line 241 of file array.h.

Referenced by array_append(), array_create_iterator(), array_fill_internal(), array_in(), array_map(), array_out(), array_position_common(), array_positions(), array_prepend(), array_recv(), array_send(), array_sort_internal(), array_to_text_internal(), DatumGetExpandedArrayX(), and expand_array().

typbyval

bool ArrayMetaState::typbyval

Definition at line 240 of file array.h.

Referenced by array_append(), array_create_iterator(), array_fill_internal(), array_in(), array_map(), array_out(), array_position_common(), array_positions(), array_prepend(), array_recv(), array_send(), array_sort_internal(), array_to_text_internal(), DatumGetExpandedArrayX(), and expand_array().

typdelim

char ArrayMetaState::typdelim

typiofunc

Oid ArrayMetaState::typiofunc

typioparam

Oid ArrayMetaState::typioparam

typlen

int16 ArrayMetaState::typlen

Definition at line 239 of file array.h.

Referenced by array_append(), array_create_iterator(), array_fill_internal(), array_in(), array_map(), array_out(), array_position_common(), array_positions(), array_prepend(), array_recv(), array_send(), array_sort_internal(), array_to_text_internal(), DatumGetExpandedArrayX(), and expand_array().


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