PostgreSQL Source Code
git master
|
#include <bitmapset.h>
Public Member Functions | |
pg_node_attr (custom_copy_equal, special_read_write, no_query_jumble) NodeTag type | |
Data Fields | |
int | nwords |
bitmapword | words [FLEXIBLE_ARRAY_MEMBER] |
Definition at line 49 of file bitmapset.h.
Bitmapset::pg_node_attr | ( | custom_copy_equal | , |
special_read_write | , | ||
no_query_jumble | |||
) |
int Bitmapset::nwords |
Definition at line 54 of file bitmapset.h.
Referenced by bms_add_members(), bms_difference(), bms_intersect(), bms_join(), bms_make_singleton(), and bms_union().
bitmapword Bitmapset::words[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 55 of file bitmapset.h.
Referenced by bms_add_members(), bms_difference(), bms_intersect(), bms_join(), bms_make_singleton(), and bms_union().