Function parquet2::schema::io_message::from_message[][src]

pub fn from_message(message_type: &str) -> Result<ParquetType>
Expand description

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