PostgreSQL Source Code git master
|
#include <tuptable.h>
Public Member Functions | |
pg_node_attr (abstract) TupleTableSlot base | |
Data Fields | |
HeapTuple | tuple |
uint32 | off |
HeapTupleData | tupdata |
Definition at line 253 of file tuptable.h.
HeapTupleTableSlot::pg_node_attr | ( | abstract | ) |
uint32 HeapTupleTableSlot::off |
Definition at line 262 of file tuptable.h.
Referenced by tts_heap_clear(), tts_heap_getsomeattrs(), tts_heap_materialize(), and tts_heap_store_tuple().
HeapTupleData HeapTupleTableSlot::tupdata |
Definition at line 263 of file tuptable.h.
HeapTuple HeapTupleTableSlot::tuple |
Definition at line 260 of file tuptable.h.
Referenced by tts_heap_clear(), tts_heap_copy_heap_tuple(), tts_heap_copy_minimal_tuple(), tts_heap_get_heap_tuple(), tts_heap_getsomeattrs(), tts_heap_getsysattr(), tts_heap_is_current_xact_tuple(), tts_heap_materialize(), and tts_heap_store_tuple().