withXmax method

MvccTupleHeader withXmax(
  1. int txnId
)

Implementation

MvccTupleHeader withXmax(int txnId) => MvccTupleHeader(
  xmin: xmin, xmax: txnId, rowId: rowId, mvccFlags: mvccFlags,
);