PostgreSQL Source Code git master
|
#include <rangetypes.h>
Data Fields | |
Datum | val |
bool | infinite |
bool | inclusive |
bool | lower |
Definition at line 61 of file rangetypes.h.
bool RangeBound::inclusive |
Definition at line 65 of file rangetypes.h.
Referenced by bounds_adjacent(), range_cmp_bounds(), range_minus_internal(), and range_split_internal().
bool RangeBound::infinite |
Definition at line 64 of file rangetypes.h.
Referenced by calc_hist_selectivity(), get_distance(), get_position(), range_cmp_bound_values(), range_cmp_bounds(), and range_gist_penalty().
bool RangeBound::lower |
Definition at line 66 of file rangetypes.h.
Referenced by adjacent_cmp_bounds(), bounds_adjacent(), get_distance(), range_cmp_bound_values(), range_cmp_bounds(), range_minus_internal(), and range_split_internal().
Datum RangeBound::val |
Definition at line 63 of file rangetypes.h.
Referenced by get_distance(), get_position(), range_cmp_bound_values(), range_cmp_bounds(), range_gist_consider_split(), range_gist_double_sorting_split(), and range_gist_penalty().