Function pgrx_pg_sys::type_is_array
source · pub unsafe fn type_is_array(typoid: Oid) -> bool
Expand description
#define type_is_array(typid) (get_element_type(typid) != InvalidOid)
pub unsafe fn type_is_array(typoid: Oid) -> bool
#define type_is_array(typid) (get_element_type(typid) != InvalidOid)