pub fn ingest_json_from_path( path: impl AsRef<Path>, schema: &Schema, ) -> IngestionResult<DataSet>
Ingest JSON into an in-memory DataSet.
DataSet