pub fn printf<I>(format: impl Into<Column>, cols: I) -> Columnwhere I: IntoIterator, I::Item: Into<Column>,