Learn R Programming

aurelius (version 0.8.4)

avro_fullname: avro_fullname

Description

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

Usage

avro_fullname(type)

Arguments

type

Avro list of lists

Value

string representing the full name

Examples

Run this code
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