PostgreSQL Source Code git master
SerializedRanges Struct Reference

Data Fields

int32 vl_len_
 
Oid typid
 
int nranges
 
int nvalues
 
int maxvalues
 
char data [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 205 of file brin_minmax_multi.c.

Field Documentation

◆ data

char SerializedRanges::data[FLEXIBLE_ARRAY_MEMBER]

Definition at line 219 of file brin_minmax_multi.c.

Referenced by brin_range_deserialize(), and brin_range_serialize().

◆ maxvalues

◆ nranges

int SerializedRanges::nranges

Definition at line 214 of file brin_minmax_multi.c.

Referenced by brin_range_deserialize(), and brin_range_serialize().

◆ nvalues

int SerializedRanges::nvalues

Definition at line 215 of file brin_minmax_multi.c.

Referenced by brin_range_deserialize(), and brin_range_serialize().

◆ typid

Oid SerializedRanges::typid

◆ vl_len_

int32 SerializedRanges::vl_len_

Definition at line 208 of file brin_minmax_multi.c.


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