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

Data Fields

Oid typid
 
Oid colloid
 
AttrNumber attno
 
FmgrInfocmp
 
int nranges
 
int nsorted
 
int nvalues
 
int maxvalues
 
int target_maxvalues
 
Datum values [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 169 of file brin_minmax_multi.c.

Field Documentation

◆ attno

AttrNumber Ranges::attno

Definition at line 174 of file brin_minmax_multi.c.

Referenced by brin_minmax_multi_add_value(), and compactify_ranges().

◆ cmp

FmgrInfo* Ranges::cmp

◆ colloid

◆ maxvalues

int Ranges::maxvalues

◆ nranges

◆ nsorted

◆ nvalues

◆ target_maxvalues

int Ranges::target_maxvalues

◆ typid

Oid Ranges::typid

◆ values


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