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 206 of file brin_minmax_multi.c.

Field Documentation

◆ data

char SerializedRanges::data[FLEXIBLE_ARRAY_MEMBER]

Definition at line 220 of file brin_minmax_multi.c.

Referenced by brin_range_deserialize(), and brin_range_serialize().

◆ maxvalues

◆ nranges

int SerializedRanges::nranges

Definition at line 215 of file brin_minmax_multi.c.

Referenced by brin_range_deserialize(), and brin_range_serialize().

◆ nvalues

int SerializedRanges::nvalues

Definition at line 216 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 209 of file brin_minmax_multi.c.


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