PostgreSQL Source Code  git master
NonEmptyRange Struct Reference

Data Fields

RangeBound lower
 
RangeBound upper
 

Detailed Description

Definition at line 92 of file rangetypes_gist.c.

Field Documentation

◆ lower

RangeBound NonEmptyRange::lower

Definition at line 94 of file rangetypes_gist.c.

Referenced by interval_cmp_lower(), and range_gist_double_sorting_split().

◆ upper

RangeBound NonEmptyRange::upper

Definition at line 95 of file rangetypes_gist.c.

Referenced by interval_cmp_upper(), and range_gist_double_sorting_split().


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