pub unsafe fn HeapTupleHeaderGetNatts(tup: *const HeapTupleHeaderData) -> u16
Expand description
How many attributes does the specified HeapTupleHeader
have?
ยงSafety
Caller is responsible for ensuring tup
is a valid pointer
pub unsafe fn HeapTupleHeaderGetNatts(tup: *const HeapTupleHeaderData) -> u16
How many attributes does the specified HeapTupleHeader
have?
Caller is responsible for ensuring tup
is a valid pointer