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

Data Fields

FmgrInfosortproc
 
Oid collation
 
bool reverse
 

Detailed Description

Definition at line 31 of file nbtpreprocesskeys.c.

Field Documentation

◆ collation

Oid BTSortArrayContext::collation

Definition at line 34 of file nbtpreprocesskeys.c.

Referenced by _bt_compare_array_elements(), and _bt_sort_array_elements().

◆ reverse

bool BTSortArrayContext::reverse

Definition at line 35 of file nbtpreprocesskeys.c.

Referenced by _bt_compare_array_elements(), and _bt_sort_array_elements().

◆ sortproc

FmgrInfo* BTSortArrayContext::sortproc

Definition at line 33 of file nbtpreprocesskeys.c.

Referenced by _bt_compare_array_elements(), and _bt_sort_array_elements().


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