PostgreSQL Source Code: ReorderTuple Struct Reference (original) (raw)
Data Fields | |
---|---|
pairingheap_node | ph_node |
HeapTuple | htup |
Datum * | orderbyvals |
bool * | orderbynulls |
Detailed Description
Definition at line 50 of file nodeIndexscan.c.
Field Documentation
◆ htup
HeapTuple ReorderTuple::htup
Definition at line 53 of file nodeIndexscan.c.
Referenced by reorderqueue_pop(), and reorderqueue_push().
◆ orderbynulls
bool* ReorderTuple::orderbynulls
Definition at line 55 of file nodeIndexscan.c.
Referenced by IndexNextWithReorder(), reorderqueue_cmp(), reorderqueue_pop(), and reorderqueue_push().
◆ orderbyvals
Datum* ReorderTuple::orderbyvals
Definition at line 54 of file nodeIndexscan.c.
Referenced by IndexNextWithReorder(), reorderqueue_cmp(), reorderqueue_pop(), and reorderqueue_push().
◆ ph_node
pairingheap_node ReorderTuple::ph_node
Definition at line 52 of file nodeIndexscan.c.
Referenced by reorderqueue_push().
The documentation for this struct was generated from the following file:
- src/backend/executor/nodeIndexscan.c