return the schema of the created test files
()
| 215 | |
| 216 | /// return the schema of the created test files |
| 217 | fn schema() -> Arc<Schema> { |
| 218 | let schema = &SCHEMA; |
| 219 | Arc::clone(schema) |
| 220 | } |
| 221 | |
| 222 | /// Return a list of test files with UTF8 data and combinations of |
| 223 | /// [`Self::values`] |
no outgoing calls
no test coverage detected