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

#include <rangetypes.h>

Data Fields

Datum val
 
bool infinite
 
bool inclusive
 
bool lower
 

Detailed Description

Definition at line 61 of file rangetypes.h.

Field Documentation

◆ inclusive

bool RangeBound::inclusive

Definition at line 65 of file rangetypes.h.

Referenced by multirangesel(), and rangesel().

◆ infinite

bool RangeBound::infinite

Definition at line 64 of file rangetypes.h.

◆ lower

bool RangeBound::lower

Definition at line 66 of file rangetypes.h.

Referenced by range_gist_double_sorting_split().

◆ val

Datum RangeBound::val

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