[][src]Function parquet::schema::parser::parse_message_type

pub fn parse_message_type<'a>(message_type: &'a str) -> Result<Type>

Parses message type as string into a Parquet Type which, for example, could be used to extract individual columns. Returns Parquet general error when parsing or validation fails.