PostgreSQL Source Code: Bitmapset Struct Reference (original) (raw)

#include <[bitmapset.h](bitmapset%5F8h%5Fsource.html)>

Public Member Functions
Data Fields
int nwords
bitmapword words [FLEXIBLE_ARRAY_MEMBER]

Detailed Description

Definition at line 49 of file bitmapset.h.

Member Function Documentation

pg_node_attr()

Bitmapset::pg_node_attr ( custom_copy_equal ,
special_read_write ,
no_query_jumble
)

Field Documentation

nwords

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().

words

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().


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