Go to the source code of this file.
◆ array_iter
◆ array_iter_next()
static Datum array_iter_next |
( |
array_iter * |
it, |
|
|
bool * |
isnull, |
|
|
int |
i, |
|
|
int |
elmlen, |
|
|
bool |
elmbyval, |
|
|
char |
elmalign |
|
) |
| |
|
inlinestatic |
Definition at line 81 of file arrayaccess.h.
#define att_align_nominal(cur_offset, attalign)
#define att_addlength_pointer(cur_offset, attlen, attptr)
static Datum fetch_att(const void *T, bool attbyval, int attlen)
References att_addlength_pointer, att_align_nominal, array_iter::bitmapptr, array_iter::bitmask, array_iter::dataptr, array_iter::datumptr, fetch_att(), i, and array_iter::isnullptr.
Referenced by array_cmp(), array_contain_compare(), array_eq(), array_map(), array_out(), array_send(), array_unnest(), hash_array(), and hash_array_extended().
◆ array_iter_setup()
Definition at line 49 of file arrayaccess.h.
#define ARR_NULLBITMAP(a)
#define VARATT_IS_EXPANDED_HEADER(PTR)
References a, ARR_DATA_PTR, ARR_NULLBITMAP, array_iter::bitmapptr, array_iter::bitmask, array_iter::dataptr, array_iter::datumptr, array_iter::isnullptr, and VARATT_IS_EXPANDED_HEADER.
Referenced by array_cmp(), array_contain_compare(), array_eq(), array_map(), array_out(), array_send(), array_unnest(), hash_array(), and hash_array_extended().