Retrieve the csv options
(&self)
| 203 | |
| 204 | /// Retrieve the csv options |
| 205 | pub fn options(&self) -> &CsvOptions { |
| 206 | &self.options |
| 207 | } |
| 208 | |
| 209 | /// Set a limit in terms of records to scan to infer the schema |
| 210 | /// - default to `DEFAULT_SCHEMA_INFER_MAX_RECORD` |
no outgoing calls
no test coverage detected