[][src]Function pgx_pg_sys::create_limit_path

pub unsafe fn create_limit_path(
    arg_root: *mut PlannerInfo,
    arg_rel: *mut RelOptInfo,
    arg_subpath: *mut Path,
    arg_limitOffset: *mut Node,
    arg_limitCount: *mut Node,
    arg_limitOption: LimitOption,
    arg_offset_est: int64,
    arg_count_est: int64
) -> *mut LimitPath