[][src]Function pgx_pg_sys::pg11_specific::IndexBuildHeapRangeScan

pub unsafe fn IndexBuildHeapRangeScan(
    arg_heapRelation: Relation,
    arg_indexRelation: Relation,
    arg_indexInfo: *mut IndexInfo,
    arg_allow_sync: bool,
    arg_anyvisible: bool,
    arg_start_blockno: BlockNumber,
    arg_end_blockno: BlockNumber,
    arg_callback: IndexBuildCallback,
    arg_callback_state: *mut c_void,
    arg_scan: HeapScanDesc
) -> f64