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

Data Fields

TupleDesc tupDesc
 
IndexInfoindexInfo
 
EStateestate
 

Detailed Description

Definition at line 99 of file tuplesortvariants.c.

Field Documentation

◆ estate

EState* TuplesortClusterArg::estate

Definition at line 104 of file tuplesortvariants.c.

◆ indexInfo

IndexInfo* TuplesortClusterArg::indexInfo

Definition at line 103 of file tuplesortvariants.c.

◆ tupDesc

TupleDesc TuplesortClusterArg::tupDesc

Definition at line 101 of file tuplesortvariants.c.


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