[][src]Function pgx_pg_sys::adjust_limit_rows_costs

pub unsafe fn adjust_limit_rows_costs(
    arg_rows: *mut f64,
    arg_startup_cost: *mut Cost,
    arg_total_cost: *mut Cost,
    arg_offset_est: int64,
    arg_count_est: int64
)