Skip to main content

matching_tables

Function matching_tables 

Source
pub fn matching_tables(values: &[Value], tables: &[LiveTable]) -> Vec<String>
Expand description

The names of every live table whose shape a record’s values match, in the order the tables were listed. Zero matches → unattributable shape; one → a clean guess; more than one → ambiguous.