powered by
Yields the full type name (with namespace) of an Avro list of lists
list
avro_fullname(type)
Avro list of lists
string representing the full name
avro_fullname(avro_record(list(), "MyRecord")) # "MyRecord" avro_fullname(avro_record(list(), "MyRecord", "com.wowzers")) # "com.wowzers.MyRecord"
Run the code above in your browser using DataLab