PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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

◆ opfamily_id

Oid OpIndexInterpretation::opfamily_id

◆ oplefttype

Oid OpIndexInterpretation::oplefttype

◆ oprighttype

Oid OpIndexInterpretation::oprighttype

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