ingest_json_from_path

Function ingest_json_from_path 

Source
pub fn ingest_json_from_path(
    path: impl AsRef<Path>,
    schema: &Schema,
) -> IngestionResult<DataSet>
Expand description

Ingest JSON into an in-memory DataSet.