parquet::schema::parser

Function parse_message_type

Source
pub fn parse_message_type(message_type: &str) -> Result<Type>
Expand description

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.