Expand description
Support for arbitrary composite types as a “heap tuple”.
Structs§
- PgHeap
Tuple - A
PgHeapTuple
is a lightweight wrapper around Postgres’pg_sys::HeapTuple
object and aPgTupleDesc
.
Support for arbitrary composite types as a “heap tuple”.
PgHeapTuple
is a lightweight wrapper around Postgres’ pg_sys::HeapTuple
object and a PgTupleDesc
.