pub(crate) fn make_column_data( name: &str, data_type: ColumnDataType, value: Option<ValueData>, ) -> (String, ColumnDataType, Option<ValueData>)