Function mz_storage::source::postgres::replication::unpack_tuple
source · fn unpack_tuple<'a, I>(
tuple_data: I,
) -> Result<Vec<Option<Bytes>>, DefiniteError>
Expand description
Unpacks an iterator of TupleData into a list of nullable bytes or an error if this can’t be done.