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

#include <tuptable.h>

Public Member Functions

 pg_node_attr (abstract) TupleTableSlot base
 

Data Fields

HeapTuple tuple
 
uint32 off
 
HeapTupleData tupdata
 

Detailed Description

Definition at line 256 of file tuptable.h.

Member Function Documentation

◆ pg_node_attr()

HeapTupleTableSlot::pg_node_attr ( abstract  )

Field Documentation

◆ off

uint32 HeapTupleTableSlot::off

Definition at line 265 of file tuptable.h.

◆ tupdata

HeapTupleData HeapTupleTableSlot::tupdata

Definition at line 266 of file tuptable.h.

◆ tuple

HeapTuple HeapTupleTableSlot::tuple

Definition at line 263 of file tuptable.h.


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