Skip to main content

concretize_json2_schema

Function concretize_json2_schema 

Source
fn concretize_json2_schema(
    schema: &DFSchemaRef,
    json_types: &HashMap<String, JsonNativeType>,
) -> Result<DFSchemaRef>