pub fn infer_json_schema(path: &Path) -> Result<Schema, SchemaInferError>Expand description
Infer schema from a JSON/NDJSON file using sample rows.
pub fn infer_json_schema(path: &Path) -> Result<Schema, SchemaInferError>Infer schema from a JSON/NDJSON file using sample rows.