Function pgx_pg_sys::coerce_type

source ·
pub unsafe fn coerce_type(
    arg_pstate: *mut ParseState,
    arg_node: *mut Node,
    arg_inputTypeId: Oid,
    arg_targetTypeId: Oid,
    arg_targetTypeMod: int32,
    arg_ccontext: CoercionContext,
    arg_cformat: CoercionForm,
    arg_location: c_int
) -> *mut Node