powered by
Constructs a list of lists Avro schema for the fixed (byte array with fixed size) type.
list
avro_fixed(size, name = NULL, namespace = NULL)
size of the byte array
required name (if missing, gen_unique_fixed_name is invoked)
gen_unique_fixed_name
optional namespace
avro_fixed(6, "MACAddress")
Run the code above in your browser using DataLab