Function mz_repr::row_size_deterministic
source · pub fn row_size_deterministic<'a, I, const VAR: bool>(a: I) -> usizewhere
I: IntoIterator<Item = Datum<'a>>,Expand description
Return the number of bytes these Datums would use if packed as a Row.