Skip to main content

shape_matches

Function shape_matches 

Source
pub fn shape_matches(values: &[Value], table: &LiveTable) -> bool
Expand 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).