Function rpgffi::create_agg_path [] [src]

pub unsafe extern "C" fn create_agg_path(
    root: *mut PlannerInfo,
    rel: *mut RelOptInfo,
    subpath: *mut Path,
    target: *mut PathTarget,
    aggstrategy: AggStrategy,
    aggsplit: AggSplit,
    groupClause: *mut List,
    qual: *mut List,
    aggcosts: *const AggClauseCosts,
    numGroups: f64
) -> *mut AggPath