schema_to_field

Function schema_to_field 

Source
fn schema_to_field(
    schema: &Schema,
    name: Option<&str>,
    nullable: bool,
) -> Result<Field>