[][src]Function pgx_pg_sys::make_restrictinfo

pub unsafe fn make_restrictinfo(
    arg_clause: *mut Expr,
    arg_is_pushed_down: bool,
    arg_outerjoin_delayed: bool,
    arg_pseudoconstant: bool,
    arg_security_level: Index,
    arg_required_relids: Relids,
    arg_outer_relids: Relids,
    arg_nullable_relids: Relids
) -> *mut RestrictInfo