Package org.apache.parquet.schema
Class MessageTypeParser
- java.lang.Object
-
- org.apache.parquet.schema.MessageTypeParser
-
public class MessageTypeParser extends Object
Parses a schema from a textual format similar to that described in the Dremel paper.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MessageTypeparseMessageType(String input)
-
-
-
Method Detail
-
parseMessageType
public static MessageType parseMessageType(String input)
- Parameters:
input- the text representation of the schema to parse- Returns:
- the corresponding object representation
-
-