#include <veil_datatypes.h>

Definition at line 250 of file veil_datatypes.h.
Data Fields | |
| ObjType | type |
| int32 | bitzero |
| int32 | bitmax |
| HTAB * | hash |
| HTAB * | hash |
This must have the value OBJ_BITMAP_HASH
Definition at line 251 of file veil_datatypes.h.
Referenced by GetBitmapHashFromVar().
| int32 BitmapHash::bitzero |
The index of the lowest bit each bitmap can store
Definition at line 252 of file veil_datatypes.h.
| int32 BitmapHash::bitmax |
The index of the highest bit each bitmap can store
Definition at line 254 of file veil_datatypes.h.
| HTAB* BitmapHash::hash |
Pointer to the (Postgresql dynahash) hash table
Definition at line 256 of file veil_datatypes.h.
Referenced by vl_NextHashEntry().
| HTAB* BitmapHash::hash |
Pointer to the (Postgresql dynahash) hash table
Definition at line 208 of file veil_shmem.h.
1.5.4