Function find_tables_with_timestamp_cols

Source
fn find_tables_with_timestamp_cols(
    tables: Vec<Table>,
) -> Vec<(String, Vec<Column>, Vec<Column>)>