|
PostgreSQL Source Code git master
|
#include <array.h>
Data Fields | |
| Oid | element_type |
| int16 | typlen |
| bool | typbyval |
| char | typalign |
| char | typdelim |
| Oid | typioparam |
| Oid | typiofunc |
| FmgrInfo | proc |
| 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().
| FmgrInfo ArrayMetaState::proc |
Definition at line 245 of file array.h.
Referenced by array_in(), array_out(), array_position_common(), array_positions(), array_recv(), array_send(), and array_to_text_internal().
| 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().
| 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().
| char ArrayMetaState::typdelim |
Definition at line 242 of file array.h.
Referenced by array_in(), array_out(), array_recv(), array_send(), and array_to_text_internal().
| Oid ArrayMetaState::typiofunc |
Definition at line 244 of file array.h.
Referenced by array_in(), array_out(), array_recv(), array_send(), and array_to_text_internal().
| Oid ArrayMetaState::typioparam |
Definition at line 243 of file array.h.
Referenced by array_in(), array_out(), array_recv(), array_send(), and array_to_text_internal().
| 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().