Parsable format should be fine. You can do IRParser.parseStructType(string)
to parse that VEP-like schema string to a Scala TStruct type.
1 Like
Parsable format should be fine. You can do IRParser.parseStructType(string)
to parse that VEP-like schema string to a Scala TStruct type.