|
PostgreSQL Source Code git master
|
#include <arrayaccess.h>
Data Fields | |
| Datum * | datumptr |
| bool * | isnullptr |
| char * | dataptr |
| bits8 * | bitmapptr |
| int | bitmask |
Definition at line 33 of file arrayaccess.h.
| bits8* array_iter::bitmapptr |
Definition at line 43 of file arrayaccess.h.
Referenced by array_iter_next(), and array_iter_setup().
| int array_iter::bitmask |
Definition at line 44 of file arrayaccess.h.
Referenced by array_iter_next(), and array_iter_setup().
| char* array_iter::dataptr |
Definition at line 42 of file arrayaccess.h.
Referenced by array_iter_next(), and array_iter_setup().
| Datum* array_iter::datumptr |
Definition at line 38 of file arrayaccess.h.
Referenced by array_iter_next(), and array_iter_setup().
| bool* array_iter::isnullptr |
Definition at line 39 of file arrayaccess.h.
Referenced by array_iter_next(), and array_iter_setup().