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

Data Fields

pairingheap_node ph_node
 
HeapTuple htup
 
Datumorderbyvals
 
boolorderbynulls
 

Detailed Description

Definition at line 50 of file nodeIndexscan.c.

Field Documentation

◆ htup

HeapTuple ReorderTuple::htup

Definition at line 53 of file nodeIndexscan.c.

◆ orderbynulls

bool* ReorderTuple::orderbynulls

Definition at line 55 of file nodeIndexscan.c.

◆ orderbyvals

Datum* ReorderTuple::orderbyvals

Definition at line 54 of file nodeIndexscan.c.

◆ ph_node

pairingheap_node ReorderTuple::ph_node

Definition at line 52 of file nodeIndexscan.c.


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