PostgreSQL Source Code git master
Loading...
Searching...
No Matches
array_iter Struct Reference

#include <arrayaccess.h>

Data Fields

Datumdatumptr
 
boolisnullptr
 
chardataptr
 
bits8bitmapptr
 
int bitmask
 
int elmlen
 
bool elmbyval
 
uint8 elmalignby
 

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.

◆ bitmask

int array_iter::bitmask

Definition at line 44 of file arrayaccess.h.

◆ dataptr

char* array_iter::dataptr

Definition at line 42 of file arrayaccess.h.

◆ datumptr

Datum* array_iter::datumptr

Definition at line 38 of file arrayaccess.h.

Referenced by array_iter_setup().

◆ elmalignby

uint8 array_iter::elmalignby

Definition at line 49 of file arrayaccess.h.

◆ elmbyval

bool array_iter::elmbyval

Definition at line 48 of file arrayaccess.h.

◆ elmlen

int array_iter::elmlen

Definition at line 47 of file arrayaccess.h.

◆ isnullptr

bool* array_iter::isnullptr

Definition at line 39 of file arrayaccess.h.


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