Description Usage Arguments Value Examples
Yields the full type name (with namespace) of an Avro list of lists
1  | 
type | 
 Avro   | 
string representing the full name
1 2  | avro_fullname(avro_record(list(), "MyRecord"))                   # "MyRecord"
avro_fullname(avro_record(list(), "MyRecord", "com.wowzers"))    # "com.wowzers.MyRecord"
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.