Function schema_of_json

Source
pub fn schema_of_json(
    json: impl Into<Column>,
    options: Option<HashMap<&str, &str>>,
) -> Column
Expand description

Parses a JSON string and infers its schema in DDL format