PostgreSQL Source Code  git master
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 170 of file brin_minmax_multi.c.

Field Documentation

◆ attno

AttrNumber Ranges::attno

Definition at line 175 of file brin_minmax_multi.c.

Referenced by brin_minmax_multi_add_value(), and compactify_ranges().

◆ cmp

FmgrInfo* Ranges::cmp

◆ colloid

◆ 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: