Module heap_tuple

Source
Expand description

Support for arbitrary composite types as a “heap tuple”.

Structs§

PgHeapTuple
A PgHeapTuple is a lightweight wrapper around Postgres’ pg_sys::HeapTuple object and a PgTupleDesc.