[][src]Function pgx_pg_sys::create_agg_path

pub unsafe fn create_agg_path(
    arg_root: *mut PlannerInfo,
    arg_rel: *mut RelOptInfo,
    arg_subpath: *mut Path,
    arg_target: *mut PathTarget,
    arg_aggstrategy: AggStrategy,
    arg_aggsplit: AggSplit,
    arg_groupClause: *mut List,
    arg_qual: *mut List,
    arg_aggcosts: *const AggClauseCosts,
    arg_numGroups: f64
) -> *mut AggPath