pub type CatCTup = catctup;
Aliased Type§
struct CatCTup {
pub ct_magic: i32,
pub hash_value: u32,
pub keys: [Datum; 4],
pub cache_elem: dlist_node,
pub refcount: i32,
pub dead: bool,
pub negative: bool,
pub tuple: HeapTupleData,
pub c_list: *mut catclist,
pub my_cache: *mut catcache,
}
Fields§
§ct_magic: i32
§hash_value: u32
§keys: [Datum; 4]
§cache_elem: dlist_node
§refcount: i32
§dead: bool
§negative: bool
§tuple: HeapTupleData
§c_list: *mut catclist
§my_cache: *mut catcache