[][src]Type Definition pgx_pg_sys::get_index_stats_hook_type

type get_index_stats_hook_type = Option<unsafe extern "C" fn(root: *mut PlannerInfo, indexOid: Oid, indexattnum: AttrNumber, vardata: *mut VariableStatData) -> bool>;