pgbitmap
Postgres extension providing a bitmap type
|
#include <pgbitmap.h>
Data Fields | |
char | vl_len [4] |
int32 | bitmin |
int32 | bitmax |
bm_int | bitset [0] |
A bitmap is stored as an array of integer values. Note that the size of a Bitmap structure is determined dynamically at run time as the size of the array is only known then.
int32 Bitmap::bitmax |
The index of the highest bit the bitmap has stored
int32 Bitmap::bitmin |
The index of the lowest bit the bitmap has stored
bm_int Bitmap::bitset[0] |
Element zero of the array of int4 values comprising the bitmap.
char Bitmap::vl_len[4] |
Standard postgres length header