Function rustdb::compile::name_to_colnum[][src]

pub fn name_to_colnum(b: &Block<'_>, name: &str) -> (usize, DataType)
Expand description

Lookup the column number and DataType of a named column.