Function pg_getarg_type

Source
pub unsafe fn pg_getarg_type(fcinfo: FunctionCallInfo, num: usize) -> Oid
Expand description

ยงSafety

The provided fcinfo must be valid otherwise this function results in undefined behavior due to an out of bounds read.