Function find_column_idx_by_name

Source
fn find_column_idx_by_name(
    columns: &[ColumnCatalog],
    col_name: &str,
) -> Result<usize, RwError>