Current section
Files
Jump to
Current section
Files
include/postgleam@type_info_TypeInfo.hrl
-record(type_info, {
oid :: integer(),
type_name :: binary(),
send :: binary(),
'receive' :: binary(),
output :: binary(),
input :: binary(),
array_elem :: integer(),
base_type :: integer(),
comp_elems :: list(integer())
}).