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
pub(crate) fn parse_data_type(val: &str) -> Result<DataType, ArrowError>
Parses a DataType from a string representation
For example, the string “Int32” would be parsed into DataType::Int32