PostgreSQL Source Code git master
Loading...
Searching...
No Matches
Bitmapset Struct Reference

#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]
 

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.

◆ words

bitmapword Bitmapset::words[FLEXIBLE_ARRAY_MEMBER]

Definition at line 55 of file bitmapset.h.


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