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