Type Alias ColId
pub type ColId = usize;Expand description
A column index into a row. Names are resolved to indices once, at pipeline-build time; the hot path never sees a string.
pub type ColId = usize;A column index into a row. Names are resolved to indices once, at pipeline-build time; the hot path never sees a string.