Function rustdb::compile::name_to_col[][src]

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

Lookup the column offset and DataType of a named column.