PostgreSQL Source Code
git master
|
#include <bitmapset.h>
Data Fields | |
int | nwords |
bitmapword | words [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 49 of file bitmapset.h.
int Bitmapset::nwords |
Definition at line 51 of file bitmapset.h.
Referenced by bms_add_members(), bms_equal(), bms_intersect(), bms_join(), bms_make_singleton(), and bms_union().
bitmapword Bitmapset::words[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 52 of file bitmapset.h.
Referenced by bms_add_members(), bms_difference(), bms_equal(), bms_intersect(), bms_join(), bms_make_singleton(), and bms_union().