parse_data_type

Function parse_data_type 

Source
pub(crate) fn parse_data_type(val: &str) -> Result<DataType, ArrowError>
Expand description

Parses a DataType from a string representation

For example, the string “Int32” would be parsed into DataType::Int32