Retrieve JSON options
(&self)
| 162 | |
| 163 | /// Retrieve JSON options |
| 164 | pub fn options(&self) -> &JsonOptions { |
| 165 | &self.options |
| 166 | } |
| 167 | |
| 168 | /// Set a limit in terms of records to scan to infer the schema |
| 169 | /// - defaults to `DEFAULT_SCHEMA_INFER_MAX_RECORD` |