fn write_ts_to( table_data: &mut TableData, name: impl ToString, ts: Option<i64>, precision: Precision, ts_type: TimestampType, one_row: &mut Vec<Value>, ) -> Result<()>