PostgreSQL Source Code  git master
VarBit Struct Reference

#include <varbit.h>

Data Fields

int32 vl_len_
 
int32 bit_len
 
bits8 bit_dat [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 30 of file varbit.h.

Field Documentation

◆ bit_dat

bits8 VarBit::bit_dat[FLEXIBLE_ARRAY_MEMBER]

Definition at line 34 of file varbit.h.

◆ bit_len

int32 VarBit::bit_len

Definition at line 33 of file varbit.h.

◆ vl_len_

int32 VarBit::vl_len_

Definition at line 32 of file varbit.h.


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