I — a row insert; tuple_data holds the new values. xid is the (sub)transaction id when streamed (spec §5), else nil.
Summary
Types
@type t() :: %Replicant.Decoder.Messages.Insert{ relation_id: non_neg_integer() | nil, tuple_data: tuple() | nil, xid: non_neg_integer() | nil }