powered by
Constructs a list of lists Avro schema for the record type.
list
avro_record(fields, name = NULL, namespace = NULL)
named list of field names and schemas
required name (if missing, gen_unique_rec_name is invoked)
optional namespace
avro_record(list(one = avro_int, two = avro_double, three = avro_string))
Run the code above in your browser using DataLab