[][src]Type Definition pgx_pg_sys::get_relation_stats_hook_type

type get_relation_stats_hook_type = Option<unsafe extern "C" fn(root: *mut PlannerInfo, rte: *mut RangeTblEntry, attnum: AttrNumber, vardata: *mut VariableStatData) -> bool>;