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

#include <lsyscache.h>

Data Fields

Oid opfamily_id
 
CompareType cmptype
 
Oid oplefttype
 
Oid oprighttype
 

Detailed Description

Definition at line 25 of file lsyscache.h.

Field Documentation

◆ cmptype

CompareType OpIndexInterpretation::cmptype

Definition at line 28 of file lsyscache.h.

Referenced by find_window_run_conditions().

◆ opfamily_id

Oid OpIndexInterpretation::opfamily_id

Definition at line 27 of file lsyscache.h.

◆ oplefttype

Oid OpIndexInterpretation::oplefttype

Definition at line 29 of file lsyscache.h.

◆ oprighttype

Oid OpIndexInterpretation::oprighttype

Definition at line 30 of file lsyscache.h.


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