cast_schema_by_type

Function cast_schema_by_type 

Source
pub fn cast_schema_by_type(
    schema: &Schema,
    from_type: &DataType,
    to_type: &DataType,
) -> Result<Schema>
Expand description

Casts columns with from_type to to_type