pgrx_pg_sys

Function ExecAggTransReparent

Source
pub unsafe fn ExecAggTransReparent(
    arg_aggstate: *mut AggState,
    arg_pertrans: AggStatePerTrans,
    arg_newValue: Datum,
    arg_newValueIsNull: bool,
    arg_oldValue: Datum,
    arg_oldValueIsNull: bool,
) -> Datum