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

Data Fields

Datum minval
 
Datum maxval
 
bool collapsed
 

Detailed Description

Definition at line 237 of file brin_minmax_multi.c.

Field Documentation

◆ collapsed

bool ExpandedRange::collapsed

Definition at line 241 of file brin_minmax_multi.c.

◆ maxval

Datum ExpandedRange::maxval

Definition at line 240 of file brin_minmax_multi.c.

Referenced by AssertCheckExpandedRanges().

◆ minval

Datum ExpandedRange::minval

Definition at line 239 of file brin_minmax_multi.c.

Referenced by AssertCheckExpandedRanges().


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