[][src]Function kiln::stringify_col

pub fn stringify_col(v: ColumnValue) -> String

Take a ColumnValue and return a stringified representation of it eg:

println!("{}", stringify_col(12.to_col()));
// 12