avro_fullname: avro_fullname

Description Usage Arguments Value Examples

Description

Yields the full type name (with namespace) of an Avro list of lists

Usage

1

Arguments

type

Avro list of lists

Value

string representing the full name

Examples

1
2
avro_fullname(avro_record(list(), "MyRecord"))                   # "MyRecord"
avro_fullname(avro_record(list(), "MyRecord", "com.wowzers"))    # "com.wowzers.MyRecord"

aurelius documentation built on May 2, 2019, 3:43 a.m.