Function rpgffi::create_index_path [] [src]

pub unsafe extern "C" fn create_index_path(
    root: *mut PlannerInfo,
    index: *mut IndexOptInfo,
    indexclauses: *mut List,
    indexclausecols: *mut List,
    indexorderbys: *mut List,
    indexorderbycols: *mut List,
    pathkeys: *mut List,
    indexscandir: ScanDirection,
    indexonly: bool_,
    required_outer: Relids,
    loop_count: f64
) -> *mut IndexPath