Structsยง
- Value
Iter - JSON file reader that produces a serde_json::Value iterator from a Read trait
Enumsยง
- Inferred
Type ๐
Functionsยง
- coerce_
data_ ๐type - Coerce data type during inference
- collect_
field_ ๐types_ from_ object - generate_
datatype ๐ - generate_
fields ๐ - generate_
schema ๐ - Generate schema from JSON field names and inferred data types
- infer_
array_ ๐element_ type - infer_
json_ schema - Infer the fields of a JSON file by reading the first n records of the buffer, with
max_read_records
controlling the maximum number of records to read. - infer_
json_ schema_ from_ iterator - Infer the fields of a JSON file by reading all items from the JSON Value Iterator.
- infer_
json_ schema_ from_ seekable - Infer the fields of a JSON file by reading the first n records of the file, with
max_read_records
controlling the maximum number of records to read. - infer_
nested_ ๐array_ type - infer_
scalar_ ๐array_ type - infer_
struct_ ๐array_ type - list_
type_ ๐of - Shorthand for building list data type of
ty
- set_
object_ ๐scalar_ field_ type