[][src]Function arrow::json::reader::infer_json_schema_from_iterator

pub fn infer_json_schema_from_iterator<I>(value_iter: I) -> Result<SchemaRef> where
    I: Iterator<Item = Result<Value>>, 

Infer the fields of a JSON file by reading all items from the JSON Value Iterator.