|
PostgreSQL Source Code git master
|
Data Fields | |
| ArrayType * | arr |
| bits8 * | nullbitmap |
| int | nitems |
| int16 | typlen |
| bool | typbyval |
| char | typalign |
| int | slice_ndim |
| int | slice_len |
| int * | slice_dims |
| int * | slice_lbound |
| Datum * | slice_values |
| bool * | slice_nulls |
| char * | data_ptr |
| int | current_item |
Definition at line 69 of file arrayfuncs.c.
| ArrayType* ArrayIteratorData::arr |
Definition at line 72 of file arrayfuncs.c.
Referenced by array_create_iterator(), and array_iterate().
| int ArrayIteratorData::current_item |
Definition at line 89 of file arrayfuncs.c.
Referenced by array_create_iterator(), and array_iterate().
| char* ArrayIteratorData::data_ptr |
Definition at line 88 of file arrayfuncs.c.
Referenced by array_create_iterator(), and array_iterate().
| int ArrayIteratorData::nitems |
Definition at line 74 of file arrayfuncs.c.
Referenced by array_create_iterator(), and array_iterate().
| bits8* ArrayIteratorData::nullbitmap |
Definition at line 73 of file arrayfuncs.c.
Referenced by array_create_iterator(), and array_iterate().
| int* ArrayIteratorData::slice_dims |
Definition at line 82 of file arrayfuncs.c.
Referenced by array_create_iterator(), and array_iterate().
| int* ArrayIteratorData::slice_lbound |
Definition at line 83 of file arrayfuncs.c.
Referenced by array_create_iterator(), and array_iterate().
| int ArrayIteratorData::slice_len |
Definition at line 81 of file arrayfuncs.c.
Referenced by array_create_iterator(), and array_iterate().
| int ArrayIteratorData::slice_ndim |
Definition at line 80 of file arrayfuncs.c.
Referenced by array_create_iterator(), array_free_iterator(), and array_iterate().
| bool* ArrayIteratorData::slice_nulls |
Definition at line 85 of file arrayfuncs.c.
Referenced by array_create_iterator(), array_free_iterator(), and array_iterate().
| Datum* ArrayIteratorData::slice_values |
Definition at line 84 of file arrayfuncs.c.
Referenced by array_create_iterator(), array_free_iterator(), and array_iterate().
| char ArrayIteratorData::typalign |
Definition at line 77 of file arrayfuncs.c.
Referenced by array_create_iterator(), and array_iterate().
| bool ArrayIteratorData::typbyval |
Definition at line 76 of file arrayfuncs.c.
Referenced by array_create_iterator(), and array_iterate().
| int16 ArrayIteratorData::typlen |
Definition at line 75 of file arrayfuncs.c.
Referenced by array_create_iterator(), and array_iterate().