pub fn shape_matches(values: &[Value], table: &LiveTable) -> boolExpand description
Whether a carved record’s values match a live table’s shape: equal column
count AND every value storage-compatible with the corresponding column
affinity (value_fits_affinity).