[][src]Function pgx_pg_sys::create_index_path

pub unsafe fn create_index_path(
    arg_root: *mut PlannerInfo,
    arg_index: *mut IndexOptInfo,
    arg_indexclauses: *mut List,
    arg_indexorderbys: *mut List,
    arg_indexorderbycols: *mut List,
    arg_pathkeys: *mut List,
    arg_indexscandir: ScanDirection,
    arg_indexonly: bool,
    arg_required_outer: Relids,
    arg_loop_count: f64,
    arg_partial_path: bool
) -> *mut IndexPath