PostgreSQL Source Code  git master
array_iter Struct Reference

#include <arrayaccess.h>

Data Fields

Datumdatumptr
 
boolisnullptr
 
char * dataptr
 
bits8bitmapptr
 
int bitmask
 

Detailed Description

Definition at line 33 of file arrayaccess.h.

Field Documentation

◆ bitmapptr

bits8* array_iter::bitmapptr

Definition at line 43 of file arrayaccess.h.

Referenced by array_iter_next(), and array_iter_setup().

◆ bitmask

int array_iter::bitmask

Definition at line 44 of file arrayaccess.h.

Referenced by array_iter_next(), and array_iter_setup().

◆ dataptr

char* array_iter::dataptr

Definition at line 42 of file arrayaccess.h.

Referenced by array_iter_next(), and array_iter_setup().

◆ datumptr

Datum* array_iter::datumptr

Definition at line 38 of file arrayaccess.h.

Referenced by array_iter_next(), and array_iter_setup().

◆ isnullptr

bool* array_iter::isnullptr

Definition at line 39 of file arrayaccess.h.

Referenced by array_iter_next(), and array_iter_setup().


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