Function rpgffi::create_limit_path [] [src]

pub unsafe extern "C" fn create_limit_path(
    root: *mut PlannerInfo,
    rel: *mut RelOptInfo,
    subpath: *mut Path,
    limitOffset: *mut Node,
    limitCount: *mut Node,
    offset_est: int64,
    count_est: int64
) -> *mut LimitPath