PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
TidOpExpr Struct Reference

Data Fields

TidExprType exprtype
 
ExprStateexprstate
 
bool inclusive
 

Detailed Description

Definition at line 45 of file nodeTidrangescan.c.

Field Documentation

◆ exprstate

ExprState* TidOpExpr::exprstate

Definition at line 48 of file nodeTidrangescan.c.

Referenced by MakeTidOpExpr(), and TidRangeEval().

◆ exprtype

TidExprType TidOpExpr::exprtype

Definition at line 47 of file nodeTidrangescan.c.

Referenced by MakeTidOpExpr(), and TidRangeEval().

◆ inclusive

bool TidOpExpr::inclusive

Definition at line 49 of file nodeTidrangescan.c.

Referenced by MakeTidOpExpr(), and TidRangeEval().


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