schema_to_field_with_props

Function schema_to_field_with_props 

Source
fn schema_to_field_with_props(
    schema: &Schema,
    name: Option<&str>,
    nullable: bool,
    props: Option<HashMap<String, String>>,
) -> Result<Field>