I am trying to create a StructType inside another StructType, but it only allows to add a StructField. I can't find any method to add StructType to it.
How to create StructType schema for the below string representation?
struct<abc:struct<name:string>,pqr:struct<address:string>>