true if rows length support truncate
(&self)
| 118 | |
| 119 | // true if rows length support truncate |
| 120 | pub fn truncate_rows(&self) -> bool { |
| 121 | self.options.truncated_rows.unwrap_or(false) |
| 122 | } |
| 123 | /// A column delimiter |
| 124 | pub fn delimiter(&self) -> u8 { |
| 125 | self.options.delimiter |
no outgoing calls
no test coverage detected