[][src]Function pgx_pg_sys::BuildTupleHashTable

pub unsafe fn BuildTupleHashTable(
    arg_parent: *mut PlanState,
    arg_inputDesc: TupleDesc,
    arg_numCols: c_int,
    arg_keyColIdx: *mut AttrNumber,
    arg_eqfuncoids: *const Oid,
    arg_hashfunctions: *mut FmgrInfo,
    arg_collations: *mut Oid,
    arg_nbuckets: c_long,
    arg_additionalsize: Size,
    arg_tablecxt: MemoryContext,
    arg_tempcxt: MemoryContext,
    arg_use_variable_hash_iv: bool
) -> TupleHashTable