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

Data Fields

struct RangeQueryClausenext
 
Nodevar
 
bool have_lobound
 
bool have_hibound
 
Selectivity lobound
 
Selectivity hibound
 

Detailed Description

Definition at line 31 of file clausesel.c.

Field Documentation

◆ have_hibound

bool RangeQueryClause::have_hibound

Definition at line 36 of file clausesel.c.

◆ have_lobound

bool RangeQueryClause::have_lobound

Definition at line 35 of file clausesel.c.

◆ hibound

Selectivity RangeQueryClause::hibound

Definition at line 38 of file clausesel.c.

Referenced by clauselist_selectivity_ext().

◆ lobound

Selectivity RangeQueryClause::lobound

Definition at line 37 of file clausesel.c.

◆ next

struct RangeQueryClause* RangeQueryClause::next

Definition at line 33 of file clausesel.c.

◆ var

Node* RangeQueryClause::var

Definition at line 34 of file clausesel.c.

Referenced by addRangeClause(), and clause_selectivity_ext().


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